here you need to understand first thing is why do you want to use GWT if you have a jsp page ??? you can create a dynamic interface with gwt and attach it to your servlet or what ever, you need to understand first that this is just a layer infront of your business object , you need to create an object for username and password , attach a widget to it for action and then make a RPC call to db , regarding how to attach to your servlet is by including the object you have created in the header section ,
On 7/23/09, saurabh <[email protected]> wrote: > > > hello > > I am still not getting how to use gwt for web applications. > suppose I have fields username & password on my loginpage.jsp fie. how > it will interact with my servlet on server. if I am using gwt for my > application then what is the use of jsp pages or any other dynamic > pages ? how I am going to access fields in doget or dopost method in > servlet. what is the role of servlet or jsp in that case ? by using > gwt can we make an web application without using servlet or jsp ??? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
