I would remove Spring entirely.

Usually proxies are enough for transaction management.

Also instead of Spring MVC you could use jquery or echo2.

Cheers,
Guillermo.

On Thu, 2010-10-07 at 17:32 -0700, Starman wrote:
> I have a Spring app with a pretty full stack currently being developed
> on gae. I quickly hit the 30 seconds limit at startup, hence the app
> would no longer even boot. I removed jpa in favor of Objectify,
> removed all the transaction management as I don't use entity groups,
> removed some features that were doing classpath scanning and other
> byte code injection, used as much lazy initializtion as possible. I
> got my startup time back to 20 seconds. Until I can pay to keep a jvm
> up, this is unnacceptable.
> 
> I haven't profile Spring Security yet, which is still the biggest
> bottleneck. But even with more optimization work, I will be lucky to
> get a 10 seconds startup.
> 
> We'll see where this all goes.
> 

-- 
Simplex Veri Sigillum

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to