Re: Wicket 6 Websocket Example

2012-09-18 Thread Martin Grigorov
/Wicket-6-Websocket-Example-tp4652059p4652067.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Wicket 6 Websocket Example

2012-09-17 Thread sfwicket
Is there a working Wicket 6.0.0 Websocket example written in Java? The only demo provided here on the wiki page is written in Scala. https://cwiki.apache.org/WICKET/wicket-native-websockets.html The other demo I found has outdated dependencies on Wicket 6.0-SNAPSHOT and

Re: Wicket 6 Websocket Example

2012-09-17 Thread Martin Grigorov
Hi, http://wicketinaction.com/2012/07/wicket-6-native-websockets/ This is the Java example. What is the problem with compiling it ? On Mon, Sep 17, 2012 at 11:13 PM, sfwicket li...@bgb.net wrote: Is there a working Wicket 6.0.0 Websocket example written in Java? The only demo provided here

Re: Wicket 6 Websocket Example

2012-09-17 Thread sfwicket
ChartsResourceReference.java will not compile with a missing import on: import org.apache.wicket.request.resource.ExternalUrlResourceReference; This is with the Wicket version set in the pom.xml as either 6.0-SNAPSHOT (as it currently is) or changing it to 6.0.0. also, the pom.xml will

Re: Wicket 6 Websocket Example

2012-09-17 Thread Martin Grigorov
This class has been renamed to UrlResourceReference. Remove 'External' and it should work. On Mon, Sep 17, 2012 at 11:41 PM, sfwicket li...@bgb.net wrote: ChartsResourceReference.java will not compile with a missing import on: import

Re: Wicket 6 Websocket Example

2012-09-17 Thread sfwicket
got it - thanks! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-Websocket-Example-tp4652059p4652064.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e

Re: Wicket 6 Websocket Example

2012-09-17 Thread Martin Grigorov
Good! I've updated the code of the demo apps in my repository. On Mon, Sep 17, 2012 at 11:57 PM, sfwicket li...@bgb.net wrote: got it - thanks! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-Websocket-Example-tp4652059p4652064.html Sent from

Re: Wicket 6 Websocket Example

2012-09-17 Thread sfwicket
: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-Websocket-Example-tp4652059p4652067.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional