migrating from google app engine with Groovy, Java and Gaelyk to another host

348 Views Asked by At

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.

2

There are 2 best solutions below

1
On BEST ANSWER

Take a look at AppScale.

1
On

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.