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.

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Take a look at AppScale.

link|improve this answer
Have you used this? Does it work well? – Tihom Oct 6 '10 at 11:51
I have not personally used AppScale, but I've spoke with people who have had good luck with it. I have used TyphoonAE ((code.google.com/p/typhoonae) but it is Python only. – Robert Kluin Oct 6 '10 at 14:28
feedback

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.

link|improve this answer
Thanks. I ended up migrating the app to grails which was easier than I thought. – Tihom Dec 29 '10 at 14:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.