Re: Working with Databases
Hi,
You need to look at the topic of JDBC - Java Database Connectivity -
to learn how to connect to database.
Note additionally that GWT will not allow you to connect to the
database server directly - after all GWT is only a code generator for
JavaScript and JavaScript has not API to connect to database.
And Tomcat server is not a mandatory requirement. And Servlet
Container (Jetter, Tomcat, JBoss, WebLogic, WebSphere etc) will do.
--
Happy hacking,
Gaurav Vaish
http://www.mastergaurav.com
On Dec 5, 1:34 am, "newto...@web.de" <newto...@web.de> wrote:
> Hello,
>
> i am very new to GWT and just finished the tutorial.
>
> Now i want to connect and query my postgresql 9 database. what do i
> need? What is a tomcat server? Can i work without a tomcat server?
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home