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