[quoting repaired] GumbyGWTBeginner schrieb: > On Sep 3, 10:36 am, Isaac Truett <[email protected]> wrote: >> Stephan, >> >> You need to make a request to the server for the data. The server can >> connect to the database and return the results to the browser. If your >> server is running Java, then GWT RPC is a good method. For non-Java >> servers, JSON could work for you. >> >> See:http://code.google.com/webtoolkit/doc/1.6/DevGuideServerCommunication... >> >> Hope that helps. > > Will this (what is documented on that link) work if I runn on my local > PC?
Sure, the GWT development package comes with an integrated HTTP-server, that is used for the hosted mode. If you want to use it in productive use, you need to install your own HTTP-server, e.g. Tomcat. The server must be able to run so called Java Web Applications (that in general come as "war-file"). > Do I have actually host the MySQL DB on a webserver? Not necessarily, MySQL allows to be installed on a different machine that is connected via the network using JDBC. Regards, Lothar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
