Try http://www.playframework.org/ and http://www.sienaproject.com/ as a persistence layer. It's bigger weakness is that is not based on servlets. So needs hacks sometimes.
But in my opinion Python frameworks are better suited to GAE. For example we have JDO, JPA, Siena, Objectify and couple of other persistence layers for Java and none of this is perfect. Storing data in Python is easier and there is no need to add another framework. I would like to have small, extensible, easy to use microframework like Flask or Tipfy for Java. Marek On 9 Wrz, 06:20, Sergio Lopes <[email protected]> wrote: > Hi everybody > > I use GAEJ for a year now, mainly with VRaptor and Spring IoC > frameworks. As every GAE developer knows, we still have some issues > with Cold Start, specially because context loading happens in the > first request. So it seems to be a good thing to optimize that startup > time, something that Java developers are not used to (we usually focus > only in request processing time). > > And, for me, it seems that Spring isn't a good choice for GAE. In my > projects, it seems that classpath scanning plus the container > initialization are taking a very long time. So, what are you using? > What's the best framework for GAE when talking about performance and > low startup time? > > GWT? > JSF? > Spring? > Struts2? > Pure servlets? (joking :-) > > Thanks > Sérgio -- 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.
