Re: Web sockets - version confusion

2014-11-11 Thread Niranjan Rao
Martin, Thanks for the reply. If I understand you correctly I need to do following so that I have JSR 356 compliant code which in theory will be independent of container. 1. Use 7.0* version for wicket-native-websocket-javax 2. Use maven exclusions so that wicket 7 code is not included.

Re: Web sockets - version confusion

2014-11-11 Thread Niranjan Rao
Another naive question. POM file for wicket-native-websocket-javax version 7.0.0.-M4 (https://repo1.maven.org/maven2/org/apache/wicket/wicket-native-websocket-javax/7.0.0-M4/wicket-native-websocket-javax-7.0.0-M4.pom) includes jetty dependencies. If I am using some other container such as

Re: Web sockets - version confusion

2014-11-11 Thread Martin Grigorov
Hi, On Tue, Nov 11, 2014 at 8:16 PM, Niranjan Rao nhr...@gmail.com wrote: Martin, Thanks for the reply. If I understand you correctly I need to do following so that I have JSR 356 compliant code which in theory will be independent of container. 1. Use 7.0* version for

Re: Web sockets - version confusion

2014-11-11 Thread Martin Grigorov
On Tue, Nov 11, 2014 at 8:48 PM, Niranjan Rao nhr...@gmail.com wrote: Another naive question. POM file for wicket-native-websocket-javax version 7.0.0.-M4 (https://repo1.maven.org/maven2/org/apache/wicket/ wicket-native-websocket-javax/7.0.0-M4/wicket-native- websocket-javax-7.0.0-M4.pom)

Web sockets - version confusion

2014-11-10 Thread Niranjan Rao
Greetings, Document at https://wicket.apache.org/guide/guide/nativewebsockets.html shows maven example. I am assuming that the version in the example is wicket version. However maven repository search does not show jar files for version 6.18.0 or any versions in 6.* series.

Re: Web sockets - version confusion

2014-11-10 Thread Adam Hammer
I also found it confusing, I use wicket-native-websocket-jetty9 with wicket 6.18 and jetty 9.0.+ I was not able to get running on jetty 9.2 yet. Adam On Nov 10, 2014 5:04 PM, Niranjan Rao nhr...@gmail.com wrote: Greetings, Document at

Re: Web sockets - version confusion

2014-11-10 Thread Martin Grigorov
Hi, On Tue, Nov 11, 2014 at 3:02 AM, Niranjan Rao nhr...@gmail.com wrote: Greetings, Document at https://wicket.apache.org/guide/guide/nativewebsockets.html shows maven example. I am assuming that the version in the example is wicket version. However maven repository search does not show

Re: Web sockets - version confusion

2014-11-10 Thread Martin Grigorov
Hi, On Tue, Nov 11, 2014 at 3:32 AM, Adam Hammer adamhamm...@gmail.com wrote: I also found it confusing, I use wicket-native-websocket-jetty9 with wicket 6.18 and jetty 9.0.+ I'll update the guide. I was not able to get running on jetty 9.2 yet. Jetty 9.2+ is JSR356 complaint so you