Server Push with GWT

163 views
Skip to first unread message

Noor

unread,
Nov 23, 2010, 4:07:13 PM11/23/10
to Google Web Toolkit
can someone guide me or points me to some tutorial which shows the
implementation of server push technology with gwt

Thanks!!

ciosbel

unread,
Nov 23, 2010, 4:30:05 PM11/23/10
to Google Web Toolkit

David Chandler

unread,
Nov 23, 2010, 4:36:41 PM11/23/10
to google-we...@googlegroups.com
I know have some folks have had success with the open source project
http://code.google.com/p/gwt-comet/

HTH,
/dmc

> --
> 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-we...@googlegroups.com.
> To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

--
David Chandler
Developer Programs Engineer, Google Web Toolkit
http://googlewebtoolkit.blogspot.com/

Ray Tayek

unread,
Nov 23, 2010, 9:11:18 PM11/23/10
to google-we...@googlegroups.com
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.

thanks

---
co-chair http://ocjug.org/

Noor

unread,
Nov 23, 2010, 9:28:32 PM11/23/10
to Google Web Toolkit
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
javascript. After deploying, I take the war file and place it on the
server, but where to place the server file that is serviceImpl.java???

David Chandler

unread,
Nov 24, 2010, 8:49:52 AM11/24/10
to google-we...@googlegroups.com
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

Reply all
Reply to author
Forward
0 new messages