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.

Reply via email to