Hey Again, GWT is client side only. There are no GWT widget that have built in server side functionality. Check out Apache Struts, Apache Wicket, and Apache Click.
Here's a great resource for comparing web frameworks. Scroll to the java table and note how little GWT provides. http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks -Lyden On Jan 19, 1:38 am, Saurav Sarkar <[email protected]> wrote: > Hi All, > > I am new to GWT.I installed the google plug-in for Eclipse and also > the Window builder. > > Now i want my application to connect to Database.Is there any GWT form > widget kind of thing which will automatically take care of my form > submissions to the database.Is something available in the Window > Builder also ? > > Or else what is the best practice being used in GWT code while > connecting to DB ?..I even had a look at the GWT-Hibernate libraries. > > Appreciate your response. > > Thanks and Regards, > Saurav -- 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.
