Thanks folks for the replies. I understood that GWT server part has to handle this. I was looking for any kind of Form Widget that would have the Form fields.Automatically in the server POJOs for the form fields will be created which will again have the database connection code.So i wanted some skeleton code for data submission and retrieval generated automatically in the server and the UI for that form also getting generated.
I hope i was able to explain my scenario. cheers, Saurav On Thu, Jan 20, 2011 at 8:01 AM, Y2i <[email protected]> wrote: > GWT runs in a browser, a connection to a DB is created on the server. > > GWT does not enforce any particular web server implementation. For > example, your web server can be IIS, Apache, Tomcat, GAE, Weblogic, Jetty, > GlassFish, etc. > > After choosing the web server you can use any kind of APIs accessible from > the server. The possibilities are unlimited, just stick with the best > practices for a particular server implementation. > > -- > 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.
