gaelyk

Grails or Gaelyk for medium sized application

I'm planing to start working on a medium sized application (not too complex but not too simple either) that'll run on the google app engine. I had earlier decided to use Gaelyk because of the support it provides for GAE but I have discovered that it has no templating support. Is Grails then better suited for this purpose? Or can Grails t...

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

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. ...

Using Gaelyk URL routing in a non google app engine application

I have a Groovy Web application which is NOT being deployed on Google app engine. (GAE) I have used Gaelyk before and I like the URL routing functionality described in their doc How do I port over just the routing functionality from Gaelyk to my basic Groovy WEB application which is not being deployed on GAE? Note 1: I also do not wan...