> I use struts 1.2.x + Spring 2.0 initially. But quickly I realized > I had to get rid of Spring in order to decrease the startup time. So I > wrote a TidyDelegationProxy (tidy means TIny DependencY injector) to > replace Spring's struts proxy. I successfully reduced the startup CPU > time from 12+ seconds to 6 seconds.
Correct some mistakes. I use struts 1.2.x + Spring 2.0 + JDO initially. But quickly I realized I had to get rid of Spring and JDO in order to decrease the startup time. So I used slim3 and wrote a TidyDelegationProxy to replace Spring's struts proxy. I successfully reduced the startup CPU time from 12+ seconds to 6 seconds. -- 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.
