Run « Post « JSP-Servlet Q&A





1. Run Servlet Without POST or GET    stackoverflow.com

I am new to servlets, and would like to follow the Model2 paradigm by keeping all my "code" in servlets, and html/beans in jsp pages. But, is there a way to ...

2. EAR post install hook to run a class?    coderanch.com

Is there a standard way to tell an application server that, once it's installed an EAR, it should run a class contained therein? I'd like to be able to drop a configuration class into an EAR such that, once it's installed somewhere, it runs and sets up some local configuration. If not a standard way, is there a Websphere specific way ...