Re: Wicket 6 Websocket Example

2012-09-17 Thread Martin Grigorov
gt; > -- > View this message in context: > 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 u

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

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 wrote: > > got it - thanks! > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-6-Websocket-Example-tp4652059p46520

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
This class has been renamed to UrlResourceReference. Remove 'External' and it should work. On Mon, Sep 17, 2012 at 11:41 PM, sfwicket wrote: > > > > ChartsResourceReference.java will not compile with a missing import on: > > import org.apache.wicket.request.resource.ExternalUrlResourceReference;

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 no

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 wrote: > > Is there a working Wicket 6.0.0 Websocket example written in Java? The only > demo provided here on the wiki

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 wicket-native-webso