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

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

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
r 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 "GWT Us

Re: HTTP/2 Server Push

2017-01-16 Thread Ignacio Baca Moreno-Torres
ring if there were any libraries out there to help integrate the GWT client side with the HTTP/2 Server Push features of Jetty 9 (and later Servlet 4)? I'd like to use something like RESTEasy with GWTRestly to do the actual data mapping, but was hoping for some information about how other people had a

Re: HTTP/2 Server Push

2017-01-16 Thread David
;>> >>> I've been away from GWT for a bit and am looking into creating an >>> embeeded jCEF project using a Jetty Backend and a Chromium Browser. I was >>> wondering if there were any libraries out there to help integrate the GWT >>> client side with the HTTP/2

Re: HTTP/2 Server Push

2017-01-15 Thread Srini v
there were any libraries out there to help integrate the GWT >> client side with the HTTP/2 Server Push features of Jetty 9 (and later >> Servlet 4)? >> >> I'd like to use something like RESTEasy with GWTRestly to do the actual >> data mapping, but was hoping for some info

Re: HTTP/2 Server Push

2017-01-04 Thread Evan Ruff
20:32, Evan Ruff <evan.r...@gmail.com> wrote: > Hello, > > I've been away from GWT for a bit and am looking into creating an embeeded > jCEF project using a Jetty Backend and a Chromium Browser. I was wondering > if there were any libraries out there to help integrate the GWT

Re: HTTP/2 Server Push

2016-12-24 Thread David
g into creating an embeeded > jCEF project using a Jetty Backend and a Chromium Browser. I was wondering > if there were any libraries out there to help integrate the GWT client side > with the HTTP/2 Server Push features of Jetty 9 (and later Servlet 4)? > > I'd like to use something like

HTTP/2 Server Push

2016-12-23 Thread Evan Ruff
Hello, I've been away from GWT for a bit and am looking into creating an embeeded jCEF project using a Jetty Backend and a Chromium Browser. I was wondering if there were any libraries out there to help integrate the GWT client side with the HTTP/2 Server Push features of Jetty 9 (and later

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

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 end

Re: server push example with GWT?

2015-06-01 Thread Greg
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 Google Web Toolkit group. To unsubscribe

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

Re: Server Push

2014-11-07 Thread Milko Krastev
Give GWTEventService a try. On Thursday, November 6, 2014 10:09:05 PM UTC+2, Peter Donald wrote: Hi, On Thu, Nov 6, 2014 at 12:07 AM, Marcel K marcel...@gmail.com javascript: wrote: Which framework for Server Push do you recommend, since Atmosphere doesn't seem to work with GWT 2.7.0

Re: Server Push

2014-11-07 Thread Arpit
Which of these can be used with App Engine or is GAE channel api is the only possible way? On Thursday, November 6, 2014 12:09:05 PM UTC-8, Peter Donald wrote: Hi, On Thu, Nov 6, 2014 at 12:07 AM, Marcel K marcel...@gmail.com javascript: wrote: Which framework for Server Push do you

Re: Server Push

2014-11-06 Thread Peter Donald
Hi, On Thu, Nov 6, 2014 at 12:07 AM, Marcel K marcel100...@gmail.com wrote: Which framework for Server Push do you recommend, since Atmosphere doesn't seem to work with GWT 2.7.0? It sort of depends on your environment and what your underlying platform supports. Below is a response I made

Re: Server Push

2014-11-06 Thread Alain Ekambi
Errai is the thing you want to use :) 2014-11-06 21:08 GMT+01:00 Peter Donald pe...@realityforge.org: Hi, On Thu, Nov 6, 2014 at 12:07 AM, Marcel K marcel100...@gmail.com wrote: Which framework for Server Push do you recommend, since Atmosphere doesn't seem to work with GWT 2.7.0

Server Push

2014-11-05 Thread Marcel K
Which framework for Server Push do you recommend, since Atmosphere doesn't seem to work with GWT 2.7.0? Thanks. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send

Long Polling (aka server push) with JsonpRequestBuilder?

2011-12-13 Thread rhodebump
Hi, I am trying to implement server push using the idea described here, http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPushFAQ While I have read that one must keep the outbound connection down to two, I cannot seem to be able to have two simultaneous requests from

Re: Gwt server push

2011-12-12 Thread Ed
Have a look at comet: http://code.google.com/p/gwt-comet/ - Ed On Dec 10, 8:54 pm, nacho vela.igna...@gmail.com wrote: If you are using appengine you can try with the Channel Apihttp://code.google.com/appengine/docs/java/channel/ -- You received this message because you are subscribed to the

Re: Gwt server push

2011-12-10 Thread nacho
If you are using appengine you can try with the Channel Api http://code.google.com/appengine/docs/java/channel/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Gwt server push

2011-12-09 Thread chaitanya kumar
Hi i need to implement the chat type application, where the need to refresh automatically even the user has idle. Thanks in advance. Regards, chaitanya -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Server push With SmartGWT

2011-07-12 Thread Atd
Hi I would like to ask about using Sever push technology and how it can be implemented using SmartGWT 2.4 ? can i use GWT-Comet With SmartGWT ?? Thank -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Server Push

2011-02-21 Thread Alan Chaney
- search google for web application architecture I had thought to use a timer to send the requests but now see that it is possible to for the server to push the data (Strings). If you mean real server push to the client, that requires something like WebSockets

Re: Server Push

2011-02-21 Thread Robert Lockwood
application architecture I had thought to use a timer to send the requests but now see that it is possible to for the server to push the data (Strings). If you mean real server push to the client, that requires something like WebSockets (not widely supported, yet) or Comet (not supported

Server Push

2011-02-20 Thread Nate
to push the data (Strings). I think I understand how to use the timer method and have coded a test case. I think that I would prefer to have the server push the data (after some initialization it shouldn't be frequent) but don't understand the trade offs except that it appears that using a timer is easy

Re: Server Push

2011-02-20 Thread Alan Chaney
application architecture I had thought to use a timer to send the requests but now see that it is possible to for the server to push the data (Strings). If you mean real server push to the client, that requires something like WebSockets (not widely supported, yet) or Comet (not supported on all

Re: Server Push

2011-02-20 Thread Ray Tayek
At 03:07 PM 2/20/2011, you wrote: ... On 2/20/2011 11:02 AM, Nate wrote: ... The user will establish a connection at some point. Only one user will connect at any time. if you only have a small number of clients,

Re: Server Push

2011-02-20 Thread Robert Lockwood
that it is possible to for the server to push the data (Strings). If you mean real server push to the client, that requires something like WebSockets (not widely supported, yet) or Comet (not supported on all servers). These generally require 'long running' TCP requests (similar to XMPP). See: http

Re: Server Push with GWT

2010-11-24 Thread David Chandler
Hi Noor, After compilation, you'll find ServiceImpl.class under WEB-INF/classes in the WAR. See http://code.google.com/webtoolkit/doc/latest/DevGuideDeploying.html for more info. /dmc On Tue, Nov 23, 2010 at 9:28 PM, Noor baken...@gmail.com wrote: Thanks for your answers, I wanted to know one

Server Push with GWT

2010-11-23 Thread Noor
can someone guide me or points me to some tutorial which shows the implementation of server push technology with gwt Thanks!! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool

Re: Server Push with GWT

2010-11-23 Thread ciosbel
of server push technology with gwt Thanks!! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr

Re: Server Push with GWT

2010-11-23 Thread David Chandler
=google-web-toolkit-incubatort=ServerPushFAQ On 23 Nov, 22:07, Noor baken...@gmail.com wrote: can someone guide me or points me to some tutorial which shows the implementation of server push technology with gwt Thanks!! -- You received this message because you are subscribed to the Google

Re: Server Push with GWT

2010-11-23 Thread Ray Tayek
At 01:07 PM 11/23/2010, you wrote: can someone guide me or points me to some tutorial which shows the implementation of server push technology with gwt i did this part: http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPushFAQ#Server_Push_in_GWT and it seems to work ok

Re: Server Push with GWT

2010-11-23 Thread Noor
Thanks for your answers, I wanted to know one more thing. When deploying a GWT application on the server, lets say an application in which there are client files Greeting.java(entrypoint), service.java,serviceAsync.java and server file serviceImpl.java(), only the client files will converted to

Re: server push

2010-11-09 Thread Ray Tayek
At 07:12 PM 11/8/2010, you wrote: My project gwt-comet implements server push: http://code.google.com/p/gwt-comet how are you testing it? i have not been able to do any kind of load testing withe either hymlunt or synctest. thanks On Nov 8, 11:27 am, Ray Tayek rta...@ca.rr.com wrote

Re: server push

2010-11-09 Thread Johan Rydberg
One thing I would find interesting (and future safe) would be to port the following piece of code to GWT; http://weblog.bocoup.com/javascript-eventsource-now-available-in-firefox And then use deferred binding to use real EventSource on browsers that support it. -- You received this

Re: server push

2010-11-08 Thread Richard
My project gwt-comet implements server push: http://code.google.com/p/gwt-comet From Richard. On Nov 8, 11:27 am, Ray Tayek rta...@ca.rr.com wrote: At 08:33 PM 11/3/2010, you wrote: hi, trying to do this:: http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPush ... i

Re: server push

2010-11-08 Thread zixzigma
Richard, is it possible to run gwt-comet on Google App Engine ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: server push

2010-11-07 Thread Ray Tayek
At 08:33 PM 11/3/2010, you wrote: hi, trying to do this:: http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPushFAQ#Server_Push_in_GWT. ... i know there may be other options, but i want to roll my own for demo. the basic idea seems to work. but my server threads are waiting.

Re: server push

2010-11-04 Thread StrongSteve
What is the question? ;) On Nov 4, 5:33 am, Ray Tayek rta...@ca.rr.com wrote: hi, trying to do this::http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPush does anyone have any experience with this? i know there may be other options, but i want to roll my own for demo.

Re: server push

2010-11-04 Thread Ray Tayek
At 07:38 AM 11/4/2010, you wrote: What is the question? ;) does anyone have any experience with this? (that they are willing to shore) any pointers will be appreciated. thanks On Nov 4, 5:33 am, Ray Tayek rta...@ca.rr.com wrote: hi, trying to do

server push

2010-11-03 Thread Ray Tayek
hi, trying to do this:: http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPushFAQ#Server_Push_in_GWT. does anyone have any experience with this? i know there may be other options, but i want to roll my own for demo. thanks --- co-chair http://ocjug.org/ -- You received this

Server push in GWT? XMPP?

2010-03-10 Thread jbdhl
I'm building an application that needs to display updated data to the user as soon as they are received/created on the server. In Jetty I could just use continuations for that, but what can I do in App Engine? Can XMPP be used for server push (and how)? -- You received this message because you

Re: server push framework + app engine?

2010-03-05 Thread rastrano
(or cross user events) in their applications ). On 4 Mar, 10:30, mariyan nenchev nenchev.mari...@gmail.com wrote: Hi,    Is it possible to use app engine with some server push framework? Could you suggest any? Regards. -- You received this message because you are subscribed to the Google

server push framework + app engine?

2010-03-04 Thread mariyan nenchev
Hi, Is it possible to use app engine with some server push framework? Could you suggest any? Regards. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com

Re: server push framework + app engine?

2010-03-04 Thread rudolf michael
sadly you cannot use Server Push on GAE, actually you cannot use Server Push over any cloud hosting Server :( regards, Rudolf Michael On Thu, Mar 4, 2010 at 11:30 AM, mariyan nenchev nenchev.mari...@gmail.comwrote: Hi, Is it possible to use app engine with some server push framework? Could

Re: server push framework + app engine?

2010-03-04 Thread mariyan nenchev
Any more info why? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For

Re: server push framework + app engine?

2010-03-04 Thread rudolf michael
Because they do not allow you to keep the connection thread alive for a long period of time, due to performance issue for their cloud server and since you are going to be billed based on computing cycles so server push is not conveniant for them. You alternative way is to use Polling Technique

Re: server push framework + app engine?

2010-03-04 Thread mariyan nenchev
Hi, thanks for the answer. But i will need real time updates. I want to do something like http://www.swoopo.co.uk . This site and every other like it use polling which brings them delay problems, and unnecessary requests. In my company we are using ligtstreamer but it is paid, and i (and my

Re: server push framework + app engine?

2010-03-04 Thread Thomas Broyer
On Mar 4, 10:30 am, mariyan nenchev nenchev.mari...@gmail.com wrote: Hi,    Is it possible to use app engine with some server push framework? Could you suggest any? Have you looked at http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPushFAQ (don't forget the comments) Here

Re: server push framework + app engine?

2010-03-04 Thread Richard
: Hi,    Is it possible to use app engine with some server push framework? Could you suggest any? Have you looked athttp://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPushFAQ (don't forget the comments) Here are two free comet implementations with special handling

Server Push in GWT

2009-08-24 Thread Amit Jha
Can anyone point me to some implemented examples of Server Push using GWT and Tomcat? I see there are some decent posts written on it, however could not see an example code implementation yet. Thanks Amit --~--~-~--~~~---~--~~ You received this message because you

Async or server push api calls on Gwt 1.7

2009-08-15 Thread code dude
jetty tutorial is out dated or something to with jetty shipped Gwt ?? Also I want to ask /curious if jetty is now using Jetty as container wont it be better/easy if ads async/server push support officially (they can do similarly with tomcat with advanced IO ) rather users hacking a solution

Re: Issue With Server Push

2009-05-19 Thread alex.d
Take a look: http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-doc-1-5t=FAQ_HostedModeNoServer On 19 Mai, 05:24, jagadesh jagadesh.manch...@gmail.com wrote: Hi guys , i want to implement a server push sort of application. what i got is a tomcat 6

Issue With Server Push

2009-05-18 Thread jagadesh
Hi guys , i want to implement a server push sort of application. what i got is a tomcat 6 and necessary api. but i got to know that gwt internal http server is of tomcat 5 . the comet interfaces that are necessary to work for server push are available in tomcat 6 . and even when i tried

Re: Rpc Issue [ Server Push ]

2009-05-15 Thread Salvador Diaz
a server push sort of application. when ever a mail comes to the database server , the server should push the mail to client . i tried by creating a rpc in gwt. but when the response comes back to client , the connection is said to closed. now i want to implement in such a way as the connection

Rpc Issue [ Server Push ]

2009-05-14 Thread jagadesh
Hi guys , iam working on a mail sort of application . my requirement is i want to implement a server push sort of application. when ever a mail comes to the database server , the server should push the mail to client . i tried by creating a rpc in gwt. but when the response comes back to client

Re: GWT Server push

2009-05-13 Thread Rvanlaak
'server push'. Can anyone provide a link or some code to demonstrate this in its very simplest form? All answers are truly appreciated! Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group

GWT Server push

2009-05-12 Thread zimzalabim
is called 'server push'. Can anyone provide a link or some code to demonstrate this in its very simplest form? All answers are truly appreciated! Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

Server push example

2009-05-12 Thread zimzalabim
and sends it to the server, then the server replies with a greeting. Now, I would like to extend this example to make the server 'broadcast' a message to all clients. I believe this mechanism is called 'server push'. My question is if someone can help me implement this simple requirements or guide

Re: Server push example

2009-05-12 Thread Célio
would like to extend this example to make the server 'broadcast' a message to all clients. I believe this mechanism is called 'server push'. My question is if someone can help me implement this simple requirements or guide me to some resources that shows how it could be done. Any help would

Re: GWT Server push

2009-05-12 Thread Salvador Diaz
to server. Now I would like to expand it so the server can send messages to all clients. How can this be done? I think the technique one might use for this purpose is called 'server push'. Can anyone provide a link or some code to demonstrate this in its very simplest form? All answers

server push

2009-01-06 Thread vasu
hello sir, I am new to GWT , I would request you to help me with the server push concept with a small example , excluding the cute recursive procedure on http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/5233cf1fc6f2a1a7/3c6aba6a3ae9ec81?lnk=gstq=server+push

Re: server push

2009-01-06 Thread David Hoffer
You might google for Rocket-gwt it has a comet implementation. -Dave On Tue, Jan 6, 2009 at 3:22 AM, vasu kpvas...@gmail.com wrote: hello sir, I am new to GWT , I would request you to help me with the server push concept with a small example , excluding the cute recursive

Server Push with GWTEventService

2008-12-02 Thread Miles T.
Quote from the annoucement : The first public version is v0.9. All features for version v1.0 are contained and I hope many developers are interested and will use and test the framework in their applications, so that v1.0 can be reached soon. GWTEventService is an event-based client-server