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

Re: Server Push with GWT

2010-11-23 Thread ciosbel
I think it's a bit outdated, but have a read: http://code.google.com/docreader/#p=google-web-toolkit-incubators=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

Re: Server Push with GWT

2010-11-23 Thread David Chandler
I know have some folks have had success with the open source project http://code.google.com/p/gwt-comet/ HTH, /dmc On Tue, Nov 23, 2010 at 4:30 PM, ciosbel andrew...@gmail.com wrote: I think it's a bit outdated, but have a read:

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