I just started a couple months ago and felt the same way, so hopefully I can help.
All you need to know is Java (OO Design is helpful) and the concept of listeners in event-driven programming. The async responses work (from the GWT developer's perspective) much the same way an event listener works, they just fire an undetermined amount of time after you call them. You don't need to know or write a single line of Javascript to use GWT successfully. Take that from someone who has gone to great lengths to avoid Javascript whenever possible. GWT's documentation is great, particularly the getting started guide. If you want to start laying out apps without writing too much code, I recommend GWT Designer http://tiny.cc/OYBqQ I used it to get a prototype up and running, then started refactoring the code using Eclipse's tools to make it much more Object Oriented and robust than GWT Designer alone can manage. Good luck! On Sep 6, 7:02 pm, Folke <[EMAIL PROTECTED]> wrote: > On Sep 6, 1:33 pm, gaurav <[EMAIL PROTECTED]> wrote: > > > Is Ajax mandatory to know GWT? > > No, not really. But having a fundamental understanding of asynchnous > requests is certainly of advantage. > > > I have no knowledge of ajax. > > So, Please suggest all the things which I have to study to learn gwt . > > http://code.google.com/webtoolkit/overview.htmlhttp://code.google.com/docreader/#p=google-web-toolkit-doc-1-5http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/index.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
