Wednesday, May 28, 2014

Re: GWT for a quiz application

Can u explain with which technologies i can handle the MySQL db and the serverside programming?

Whatever you like. GWT does not force you to use specific server side technologies. It is totally fine to use perl, php, ruby, node.js, whatever on your server. However if you use a Java backend you can easily share Java classes between client/server and you can use things like GWT-RPC / GWT RequestFactory for client <-> server communication out of the box.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment