Accoring to this: http://code.google.com/intl/uk-UA/appengine/docs/adminconsole/instances.html#Loading_Requests during a loading request JVM loads only classes required to handle this request. i.e. if I have class A and the loading servlet class(which is invoked during a loading request) doesn't have "import A" statement at the top then class A won't be loaded by JVM during a loading request. Am I right?
Secondly, static fields and blocks of the underlying app which are not required to handle a loading request are invoked during this request? -- 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.
