Agree, Django is wicked fast to spin up, you can hardly tell that it was a cold boot. This is my last resort if I cannot find an equivalent framework in Java.
How fast does Spring MVC spin up? On Dec 22, 12:47 pm, "Ikai L (Google)" <[email protected]> wrote: > I am a fan of what the guys working on Play Framework are doing, but there > are still some things they need to work out for deployment to work in App > Engine. I'd look into addressing the issues myself if I had a > chance:http://www.playframework.com. > > Grails is probably the closest to Ruby on Rails, but we are still working on > Groovy startup time - it's a different face of the same problem we have with > JRuby. > > If you're looking at new languages altogether (framework independent), I > really like the Scala programming language. It's not as free form as dynamic > languages like JRuby or Groovy, but you get a lot from type safety without a > lot of the type clunkiness that Java forces upon you. > > Then - there's also the Python option for App Engine. Django usually spins > up pretty quick (on the order of 50-200ms, from what I remember). > > On Tue, Dec 22, 2009 at 12:40 PM, Guillaume Laforge <[email protected]>wrote: > > > > > > > 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 <[email protected]> wrote: > > > 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 framework in the > > > Java world that works like Rails? Preferable native Java, not > > > something like Grails on Groovy. Is it even possible to have a MVC > > > framework on AppEngine that takes no more than 1 second to spin up? > > > > Thanks. > > > > -- > > > > You received this message because you are subscribed to the Google Groups > > "Google App Engine for Java" group. > > > To post to this group, send email to > > [email protected]. > > > To unsubscribe from this group, send email to > > [email protected]<google-appengine-java%2B > > [email protected]> > > . > > > For more options, visit this group at > >http://groups.google.com/group/google-appengine-java?hl=en. > > > -- > > Guillaume Laforge > > Groovy Project Manager > > Head of Groovy Development at SpringSource > >http://www.springsource.com/g2one > > > -- > > > You received this message because you are subscribed to the Google Groups > > "Google App Engine for Java" group. > > To post to this group, send email to > > [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-appengine-java%2B > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine-java?hl=en. > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
