Re: server push example with GWT?

2017-05-09 Thread Thomas Lefort
OK, finally got it to work, but had to add the following to my web.xml (so it was jetty all along), the webdefault didn't work default org.eclipse.jetty.servlet.DefaultServlet useFileMappedBuffer false 0 On Tuesday, 9

Re: server push example with GWT?

2017-05-09 Thread Thomas Lefort
Aw thanks Thomas, I feel guilty to take so much of your time. I did just figure out the -war option but ran into another issue... I am running the jetty server from Intellij and the CodeServer with the no server and war options as suggested. However when it comes to updating the code (which it

Re: server push example with GWT?

2017-05-09 Thread Thomas Broyer
On Tuesday, May 9, 2017 at 3:18:38 PM UTC+2, Thomas Lefort wrote: > > Hi Thomas, > > Thanks for the reply. Sure I don't expect anyone to fix it for me, just to > know if it is a problem my end or if I am trying to do too much with the > embedded server indeed. > > I am happy with running an ext

Re: server push example with GWT?

2017-05-09 Thread Thomas Lefort
Hi Thomas, Thanks for the reply. Sure I don't expect anyone to fix it for me, just to know if it is a problem my end or if I am trying to do too much with the embedded server indeed. I am happy with running an external server, however, it would be nice if I could get a similar level of debug f

Re: server push example with GWT?

2017-05-09 Thread Thomas Broyer
On Tuesday, May 9, 2017 at 1:52:03 PM UTC+2, Thomas Lefort wrote: > > Has anybody managed to run an example of websockets with the embedded > jetty in gwt 2.8? ie only using the jsr API. I just can't get it to work, > the ServerEndpoint annotation doesn't get picked up. I also tried with the >

Re: server push example with GWT?

2017-05-09 Thread Thomas Lefort
Has anybody managed to run an example of websockets with the embedded jetty in gwt 2.8? ie only using the jsr API. I just can't get it to work, the ServerEndpoint annotation doesn't get picked up. I also tried with the "manual" registrarion, eg with serverContainer.addEndpoint, but I have other

Re: server push example with GWT?

2015-06-04 Thread Mat
https://github.com/realityforge/gwt-websockets Also works very well. On Monday, June 1, 2015 at 7:14:54 PM UTC+1, Edward Montgomery wrote: > > Can anyone point me to a tutorial or example of how to implement server > push with a GWT application? > > Is this typically done by somehow matching a Ja

Re: server push example with GWT?

2015-06-02 Thread Joseph Gardi
Check out errai bus. it worked great for me. On Monday, June 1, 2015 at 2:14:54 PM UTC-4, Edward Montgomery wrote: > > Can anyone point me to a tutorial or example of how to implement server > push with a GWT application? > > Is this typically done by somehow matching a JavaScript socket on one e

Re: server push example with GWT?

2015-06-01 Thread Greg
Take a look at https://github.com/Atmosphere/atmosphere They have a GWT API for their js component: https://github.com/Atmosphere/atmosphere-extensions/wiki/Atmosphere-GWT-2.0 On Monday, June 1, 2015 at 8:14:54 PM UTC+2, Edward Montgomery wrote: > > Can anyone point me to a tutorial or example

server push example with GWT?

2015-06-01 Thread Edward Montgomery
Can anyone point me to a tutorial or example of how to implement server push with a GWT application? Is this typically done by somehow matching a JavaScript socket on one end to a Java socket on the other? Thanks. -- You received this message because you are subscribed to the Google Groups "