Search My Blog

Wednesday, February 13, 2013

difference between GWT and Google App Engine(GAE)

Source : StackOverflow
http://stackoverflow.com/questions/4119695/what-is-the-difference-between-google-web-toolkit-and-google-apps-engine


GWT is a Java library. You write Java code using the GWT API. That java code gets compiled into javascript that can be run in a web browser. The compilation step is provided by software in the GWT. GAE is completely different. GAE is a server platform for deploying web applications to Google's server infrastructure. You can use GWT in a GAE app; you do not have to do this. You can create a GAE app that does not use GWT. The only thing these two technologies have in common is the 'G'.

No comments:

Post a Comment