Now a days, Cloud computing is becoming more and more popular that large organizations are tending to develop their web applications and deploy them onto the global centre from where all the clients around the world can access the application with ease. Google App Engine also termed as GAE is a PAAS (platform as a …
Google App Engine
A simple Location and Weather mashup using Gaelyk Framework
In our sample Gaelyk application here we stopped at just obtaining the location information. In this post lets update that application to fetch the Weather information as well. also read: Groovy Tutorials Creating JSON using Groovy Developing Groovy based web application and deploying to Google App Engine For the weather information we make use of …
Developing Groovy based web application and deploying to Google App Engine
We have seen how to develop a ZK based application and deploy it to OpenShift. Google has also a Paas offering called Google App Engine(GAE) which supports Java, Python and Dart applications. Gaelyk is a simple Groovy based toolkit to develop and deploy application to GAE. In this article lets build a simple Gaelyk based …