Hi,

I am using org.springframework.web.context.ContextLoaderListe ner to router my GWT RPC and HTTP invoker service.

I have some startup code (sort of initialization code), like to cache some data from database. Where and how do I put it in spring context?

Thanks much.