Re: Wicketstuff-Push without Dojo?

2010-03-09 Thread Richard Wilkinson
From what I have read, the cometd implementation used by wicketstuff-push should work with any servlet 3 spec container (for example the in development tomcat 7) as well as jetty 6+, however I have only tried with jetty 6. Using atmosphere allows it to work on any container (even tomcat 4)

Re: Wicketstuff-Push without Dojo?

2010-03-08 Thread Richard Wilkinson
Hi, We have been working on the wicketstuff-push project offline; so far we have modified the code to run using jQuery (using wiQuery [1]) with the latest version of the cometd javascript, and fixed a few bugs / made some improvements. For example the current code wasn't as efficient as it could

Re: Wicketstuff-Push without Dojo?

2010-03-08 Thread Martin Grigorov
On Mon, 2010-03-08 at 14:37 +, Richard Wilkinson wrote: Hi, We have been working on the wicketstuff-push project offline; so far we have modified the code to run using jQuery (using wiQuery [1]) with the latest version of the cometd javascript, and fixed a few bugs / made some

Re: Wicketstuff-Push without Dojo?

2010-03-08 Thread Rodolfo Hansen
Hi Richard, Your ideas seam very interesting.. I haven't had alot of time to work on the project and am currently the only developer as the initial team isn't responding. I will checkout your patch, and would love to continue discussing changes with you. On Mon, Mar 8, 2010 at 11:03 AM, Richard

Re: Wicketstuff-Push without Dojo?

2010-03-08 Thread MattyDE
Wow thanks for your contribution. Iam not very used to use Patches on SVN-Directories. But i'll try my best to understand how it works ;) Iam looking for a possibility to run wicketstuff-push without a Jetty instance to. Prefered Tomcat... Thanks! richardjohnwilkinson wrote: Hi again,