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
://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
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
3 matches
Mail list logo