I am in the process of redesigning the model tier of our Swing/CORBA application to be more J2EE-compliant and would like to be able to access the database connection pool via JNDI. Since none of the DataSource implementations of the DBCP packages are Serializable or Referenceable, how do you bind a DataSource to a JNDI context?
- Re: DBCP & JNDI Binding McCune, Bob (BLM)
- Re: DBCP & JNDI Binding Craig R. McClanahan
