RE: Cometd Implimentation

2007-06-07 Thread Craig Spry
PM To: Tapestry users Subject: Re: Cometd Implimentation You're right, it works in tomcat too... The code is now in tacos (with minor changes) + there's a demo page in tacos-demo, so one can easily do mvn tomcat:run-war to see it working :) Craig Spry wrote: > Andy, > > Althou

Re: Cometd Implimentation

2007-06-07 Thread andyhot
07 9:08 AM To: Tapestry users Subject: RE: Cometd Implimentation Thanks for your help, I'm actually trying to get it into Tacos at the moment, when I told Andy what I had and that I wanted to put it into Tacos, he made me a directory structure to put it in. It should be in its new home by the

RE: Cometd Implimentation

2007-06-07 Thread Craig Spry
al Message- From: Craig Spry [mailto:[EMAIL PROTECTED] Sent: Thursday, 7 June 2007 9:08 AM To: Tapestry users Subject: RE: Cometd Implimentation Thanks for your help, I'm actually trying to get it into Tacos at the moment, when I told Andy what I had and that I wanted to put it into Taco

RE: Cometd Implimentation

2007-06-06 Thread Craig Spry
hnert [mailto:[EMAIL PROTECTED] Sent: Thursday, 7 June 2007 12:18 AM To: Tapestry users Subject: Re: Cometd Implimentation Looks awesome so far Craig ! Keep up the good work. :) Sorry I've been a little busy to keep up with everything but your efforts are appreciated of course. If yo

Re: Cometd Implimentation

2007-06-06 Thread Jesse Kuhnert
you think there. Craig -Original Message- From: Craig Spry [mailto:[EMAIL PROTECTED] Sent: Wednesday, 6 June 2007 9:15 AM To: Tapestry users Subject: RE: Cometd Implimentation Thanks for your feedback, I'll try and add the ability to add comments to my site. I would also like

Re: Cometd Implimentation

2007-06-05 Thread andyhot
ers Subject: Re: Cometd Implimentation Hi Craig Nice component!. I've tested it with 6.1.0 version of maven-jetty-plugin and It works fine! I'm testing it on linux and at first Tapestry complained about not been able to find a template for the Cometd component, it was because the html t

RE: Cometd Implimentation

2007-06-05 Thread Craig Spry
I've allowed the addition of coments, so you can let me know what you think there. Craig -Original Message- From: Craig Spry [mailto:[EMAIL PROTECTED] Sent: Wednesday, 6 June 2007 9:15 AM To: Tapestry users Subject: RE: Cometd Implimentation Thanks for your feedback, I'll t

RE: Cometd Implimentation

2007-06-05 Thread Craig Spry
ks, Craig -Original Message- From: Alejandro Scandroli [mailto:[EMAIL PROTECTED] Sent: Tuesday, 5 June 2007 5:59 PM To: Tapestry users Subject: Re: Cometd Implimentation Hi Craig Nice component!. I've tested it with 6.1.0 version of maven-jetty-plugin and It works fine! I'm testing it o

Re: Cometd Implimentation

2007-06-05 Thread Alejandro Scandroli
Hi Craig Nice component!. I've tested it with 6.1.0 version of maven-jetty-plugin and It works fine! I'm testing it on linux and at first Tapestry complained about not been able to find a template for the Cometd component, it was because the html template name is lowercase. Once I changed that it

Cometd Implimentation

2007-06-04 Thread Craig Spry
Hello, I've managed to get a very rough implementation of cometd working with tapestry/jetty/dojo. I've implemented it as a component, you can get the source from here: http://www.spry.net.au/?q=node/10 To get the full effect open up 2 browsers and point them at the webapp. I'm putting this up

Re: 4.1.2 Cometd Implimentation

2007-05-30 Thread Jesse Kuhnert
Yes I'd love to get it going Craig. I'm sure Alex from Dojo and Greg from jetty would be happy to see it done as well. I can make myself available to resolve whatever hurdles need moving / etc in Tapestry to make this happen. On 5/30/07, Craig Spry <[EMAIL PROTECTED]> wrote: I'm looking at ad

4.1.2 Cometd Implimentation

2007-05-30 Thread Craig Spry
I'm looking at adding cometd type functionality to the tapestry 4.1.2-snapshot application that I'm currently developing. I would like to do it as follows: Have only one cometd subscription per page. This would be bound to a javascript function that would have the updates sent to it, much like X