Enable Class

Hey guys,

is there a class where I can init my managers just once when the webapplication gets loaded by the server not from the user?

Thanks

Push

An old post, but in case this is still useful: If you want to do something once when the WAR is loaded, see ServletContextListener. Note that UI classes are only instantiated when the user actually starts the session and loads the UI.