Re: websockets

2016-01-12 Thread Chuck Davis
Romain: I got them. Thanks for the assist and keep up the good work on Tomee!! CD On Tue, Jan 12, 2016 at 8:58 AM, Chuck Davis wrote: > Thanks Romain. I downloaded the latest release of Tomee last evening. > I see the websocket-api jar, the tomcate7-websocket. jar and the > tomcat

Re: websockets

2016-01-12 Thread Chuck Davis
t; <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber > <http://www.tomitribe.com> > > 2016-01-12 17:27 GMT+01:00 Chuck Davis : > >> Romain did this good article

Re: websockets

2016-01-12 Thread Chuck Davis
Romain did this good article: http://www.tomitribe.com/blog/2015/05/websocket-and-lock-it/ But there is no indication how to set up the client environment. What jar(s) or Maven POM entries are required for the client side implementation classes? Is there a document already which explains this?

Re: Apache TomEE 1.7.0 Release

2014-08-15 Thread Chuck Davis
Getting "Not Found" responses from the server at this time. PDT 7:00 a.m. On Fri, Aug 15, 2014 at 5:58 AM, Andy Gumbrecht wrote: > Boom!!! @ApacheTomEE 1.7.0 release rocks @TheASF world today - > http://tomee.apache.org > > Hi Absolutely Everyone, > > Finally, we made it

Re: Netbeans Users

2014-05-20 Thread Chuck Davis
Andy: I have used Netbeans for about 15 years now. I look at Eclipse occasionally and just recently evaluated it again. It comes up lacking every time. I am doing a little bit with Android at the moment and, as you know, the android development environment is being developed on Intellij. The b

Re: 1.6.0.2-plus

2014-05-12 Thread Chuck Davis
Click on the link and get a "Not Found" reply.

Re: websockets

2014-05-06 Thread Chuck Davis
i 2014 03:43, "Chuck Davis" a écrit : > > > Niki and Romain: > > > > hmm... I can't do it! :) How can something this simple not work? All > > Maven dependencies are working fine. The editor sees all the classes on > > the classpath. > >

Re: websockets

2014-05-04 Thread Chuck Davis
u wrote: > hmm you can do the same with tomcat 7 importing same jars with version > 7.0.53 > > > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rman

Re: websockets

2014-05-04 Thread Chuck Davis
mEE itself > > > > > > > > Romain Manni-Bucau > > Twitter: @rmannibucau > > Blog: http://rmannibucau.wordpress.com/ > > LinkedIn: http://fr.linkedin.com/in/rmannibucau > > Github: https://github.com/rmannibucau > > > > > > 2014-05-

Re: websockets

2014-05-04 Thread Chuck Davis
have. > > > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > > 2014-05-04 15:20 GMT+02:00 Chuck Davis : > > Niki, I'm not sure wh

Re: websockets

2014-05-04 Thread Chuck Davis
Niki, I'm not sure what "http proxy setup for client connection" means but it sounds suspiciously like the very piece I'm looking for -- connecting a Java client to the server with websocket. Is that what you are saying? The piece WebsocketContainer container = ContainerProvider.getWebsocketContai

Re: websockets

2014-05-03 Thread Chuck Davis
au.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > > 2014-05-03 17:39 GMT+02:00 Chuck Davis : > > I'm using 1.6.0.1, Romain. Obviously I don't know much about JEE but I > > want to learn how to

Re: websockets

2014-05-03 Thread Chuck Davis
. > > > > > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > > 2014-05-03 16:51 GMT+02:00 Chuck Davis : > > For background: I b

Re: websockets

2014-05-03 Thread Chuck Davis
gt; Well basically if you come with real examples we can maybe be more > > precise. You can also ask tomcat guys to fix what you see as issue(s). > > > > > > > > > > Romain Manni-Bucau > > Twitter: @rmannibucau > > Blog: http://rmannibucau.wordpress.

Re: websockets

2014-05-03 Thread Chuck Davis
For background: I believe websockets finally give Java clients equal access with browsers to Java servers. For too long java clients have had ridiculous connectivity limitations and overly complex requirements that have been apparently erased with websockets implementation. I would like to creat