I just dont understand the point to embed GWT in jsp , as the big issue in use GWT is about cut the overload processing and computation of the server for the presentation layer, distributing the overload to the client, computing on his browser..
that' s one of the biggest benefits of it. you just deliver the presentation, and computes only in the business layer when an ajax-rpc request come.. JSP and GWT are diferent (and competing) approaches.. of course you can do it, but i dont think it will be a good thing... Regards, Fabio Kaminski On Wed, Feb 24, 2010 at 11:51 AM, Alexander Arendar < [email protected]> wrote: > Hi Vik, > > please read this article: > http://aarendar.wordpress.com/2010/01/11/custom-integration-of-gwt-widgets-into-jsps/ > > Sincerely, > Alex > > > On Wed, Feb 24, 2010 at 4:46 PM, Vik <[email protected]> wrote: > >> Hie >> >> I am fairly new to GWT and here is my question >> >> I have already a jsp/html base web application. I am trying to replace >> some parts of this app using GWT. >> >> So, currently i can see there is a default module xml is created. I added >> a new EntryPoint class in the app for implementing a >> popup on page 1. >> >> Now, for page 2 which has another kind of form should i create a new >> module class and entry point class for this form? >> or should i just create another entry point class in the existing module? >> or should i use the same entry point class and in the onModuleLoad method >> based on the div element present I should >> just render that particular ui ? >> >> >> Thankx and Regards >> >> Vik >> Founder >> www.sakshum.com >> www.sakshum.blogspot.com >> >> -- >> 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]<google-web-toolkit%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- 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.
