Slim3 is among the fastest appengine Java Web frameworks. Small footprint, no reflection and pure low level API for datastore. I use it together with Jamon template engine (which is lightweight and fast as well, templates get compiled). And both provide excellent eclipse integration.
-- Roberto On Sep 9, 3:47 pm, Sérgio Lopes <[email protected]> wrote: > I'm wondering what's the best IoC container with the lowest startup time. > Guice? Pico? Spring? > (I guess Spring has the worst startup time) > > > > > > > > On Thu, Sep 9, 2010 at 10:27, Edufa <[email protected]> wrote: > > Hi Sergio > > > I like the VRaptor. > > Is there any plan to improve the speed of the VRaptor in GAE? > > maybe if you remove the dependency of spring. > > > Thanks > > > On 9 set, 01: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]<google-appengine-java%2B > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine-java?hl=en. -- 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.
