Re: Creating a Struts Plugin,

2004-09-14 Thread Ovidiu EFTIMIE
I use something like this OCIConfig is the configuration read from struts-config.xml public class OCIPlugin implements PlugIn{ protected static Log log = LogFactory.getLog(OCIPlugin.class); public void init(ActionServlet servlet,ModuleConfig config) throws ServletException{ try{ OracleOCIConnecti

Re: Creating a Struts Plugin,

2004-09-13 Thread Niall Pemberton
://struts.apache.org/userGuide/configuration.html#plugin_config Use to configure any of you custom PlugIn's properties. Niall - Original Message - From: "Ruben Cepeda" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 13, 2004 3:20 PM Subject: Creating

Creating a Struts Plugin,

2004-09-13 Thread Ruben Cepeda
Hello everyone, I am interested in writing a Plugin to load my set up my database connection pool. Just like the ArtimusServlet does in the Artimus project. In all honesty exackly like the ArtimusServlet, but am unsure as to what a is necessary to create a Struts Plugin. For example, is it re