On Friday, April 15, 2011 12:17:31 AM UTC+2, The Main Meyn wrote:
>
> I am ready to modify the servlets  according to 
> what is required by GWT.


If you don't plan to use GWT's own RPC mechanism (what you have implied, it 
think), you do not have to modify your servlets at all - you just have to 
statically serve GWT's compiled javascript files. GWT can handle anything 
javascript is capable to do. How do you communicate with the servlet? Look 
up "RequestBuilder" to get some data from the servlet and if it is speaking, 
for example, JSON, there is a JSON parser. You can also read about wrapping 
javascript objects directly inside GWT. 

H

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

Reply via email to