Hi,
I'd like to know if there are any suggestions for a Java web development framework that does not add startup overhead. The reason for asking is that I'm planning to deploy on Google App Engine and I do not want to increase the cold start time for the server. So any framework with minimum configuration overhead, or possibly deferred configuration until first call to the framework would be interesting. The framework is to be used for backend administration pages so those pages do not affect customers, but increasing the server startup time certainly does.
Thanks
Klas