Hi,
In any Web MVC framework like spring, struts etc where, when a servlet
receives an http request and generate the response by forwarding it to
a template passing a model object, how would I replace the template
thing with the gwt classes. That means say in a spring controller
ModelAndView handleRequestInternal() {
return new ModelAndView(someJsp);
}
The GWT client class works on a base html and then other things are
filled from onModuleLoad method. Now say I am in my controller's
handleRequestInternal and want to delegate the task of rendering to
gwt. How to combine gwt and spring or any web mvc per se?
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 [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-web-toolkit?hl=en.