On May 16, 1:50 am, rzahn <[email protected]> wrote: > My application has to display results from a mysql-database. Will I be > able to run this application on a host without an application server > like tomcat?
The short answer is no -- you need something running on the server to query the DB and turn the result into a response to an HTTP request. If you use a different protocol to GWT RPC (e.g. REST/JSON) your server side code could be (say) PHP rather than Java servlets. Tom -- 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.
