I have a Java Google App Engine application with one module and one
HTML page.

I would like to serve different content to the user, using GWT, by
using different URLs.

For example:

"http://myapp.appspot.com/"; Serves the main HTML page and calls the
entry point method. This works fine.

I would like to serve different UI content when I use a browse to a
URL like "http://myapp.appspot.com/differentcontent/";.

I know I can set up a servlet in WEB.XML and create a server side
class for that URL pattern, but how do I get back to a GWT client side
class from the servlet class when the servlet call did not originate
from GWT?

Any help would be much appreciated!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to