On 8/8/08, Rodolfo Hansen <[EMAIL PROTECTED]> wrote: > Yes, I have to update the examples. > > And there is a speed regression I have to look into. > > Basically there is a major protocol change between bayeux-0.1 and the new > bayeux-0.9. > > The jetty implementation of cometd also changed alot, and I wanted to adjust > the wicketstuff-push to the new versions.
great > > This included trying to break away from the wicketstuff-dojo dependency. as for friday, there was just a dependency to DojoLink that, I guess, can be easily replaced with a wicket AjaxLink. > I'm adding a TODO.txt file for a couple of things that I think are > missing... I try to play with ws-push today... I'll let you know. > > > On Fri, Aug 8, 2008 at 10:06 AM, Daniele Dellafiore <[EMAIL PROTECTED]>wrote: > > > > hi. > > > > Today I started looking for something to use comet with wicket and I > > have checked out wicketstuff-push and examples. > > Examples does not compile against latest push on subversion. > > > > WicketAbstractPushChat line 51: > > > > final IPushTarget pushTarget = getPushService().installPush(this); > > > > Now installPush() needs two parameters. > > Can you fix that? I would like to watch it and start learning from that > > code. > > > > Thanks. > > > > On Fri, Aug 1, 2008 at 1:02 AM, Rodolfo Hansen <[EMAIL PROTECTED]> > > wrote: > > > Hey guys, > > > > > > I was talking in irc about updating wicketstuff-push to support the more > > > recent versions of the bayeux protocol and cometd servlets. > > > > > > So I endeded up with access to the wicketstuff svn and have just uploaded > > a > > > new preliminary version of wicketstuff-push. > > > > > > there are still some issues and alot of ironing out, but the project now > > > works with the latest stable versions of jetty, wicket, cometd, there is > > a > > > new feature available where you can listen for a clients disconnect from > > a > > > web page (actually cometd session).. > > > > > > the new version is 1.3.4-SNAPSHOT if anyone is interested in cheking it > > out, > > > or helping me continue the cleanup... > > > > > > > > > Thanks, > > > > > > Rodolfo Hansen. > > > > > > > > > > > -- > > Daniele Dellafiore > > http://blog.ildella.net/ > > > -- Daniele Dellafiore http://blog.ildella.net/
