[appengine-java] What Java MVC framework do you use on AppEngine?

2009-12-22 Thread Trung Pham
Coming from Ruby on Rails background, I have tried to run Rails on Jruby on AppEngine. While it works, but it has ridiculous startup time. Well over 20 seconds to spin up an instance, and sometimes it even hits the 30 seconds limit. Anyway, out of curiosity, what is the equivalent MVC

Re: [appengine-java] What Java MVC framework do you use on AppEngine?

2009-12-22 Thread Guillaume Laforge
As you're mentioning Groovy and Grails, have you looked at Gaelyk, the lightweight Groovy toolkit? http://gaelyk.appspot.com/ On Tue, Dec 22, 2009 at 19:41, Trung Pham tr...@phamcom.com wrote: Coming from Ruby on Rails background, I have tried to run Rails on Jruby on AppEngine. While it works,

Re: [appengine-java] What Java MVC framework do you use on AppEngine?

2009-12-22 Thread Ikai L (Google)
Yes, I forgot to mention that Gaelyk is very lightweight relative to Grails. I haven't done any benchmarking to compare a cold start of a Gaelyk application to a Java application, so I'm not sure what the overload of loading Groovy is. Precompilation helps a lot in these cases, and I suspect