I currently have an application that is built on gaelyk, groovy and GAE.
I would like to move this application as is to another host like Amazon EC2 and run it against MYSQL. Is this possible?
I dont need the google USER services.
I currently have an application that is built on gaelyk, groovy and GAE.
I would like to move this application as is to another host like Amazon EC2 and run it against MYSQL. Is this possible?
I dont need the google USER services.
It highly depends on how you use App Engine currently with Gaelyk. Gaelyk is syntax sugar on top of the GAE SDK, and builds upon of the shoulders of the Groovy giant: the Groovlet servlet and Template servlet are part of Groovy itself, not of Gaelyk. So if you don't rely on the various GAE services, you can run your app on any Java container, wherever hosted it may be.
Take a look at AppScale.