Hi, Have you gone through the entire Stockwatcher example in tutorials<http://code.google.com/webtoolkit/tutorials/1.6/index.html>? You wouldn't have these doubts once you are through with it. You can find all the information on client-server interaction there too.
To answer your question, yes you can make your application without using JSP. Afterall, JSP is not the only way you can make dynamic pages. Also, someone recently sent me this link for using servlets with GWT, in case you need it: http://lkamal.blogspot.com/2008/09/java-gwt-servlets-web-app-tutorial.html Also, most of the time, you will be able to clarify your doubts with simple google searches. Almost everything seems to have been discussed on this mailing list. Hope this helps. You sound quite frustrated :) -neha "nay-ha" On Thu, Jul 23, 2009 at 11:18 PM, 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 -~----------~----~----~----~------~----~------~--~---
