> > AFAIK Jetspeed does not deal with JDBC access > > Actually, Jetspeed does provide you with jdbc access through Turbine's > Torque api. > > in 1.3a2 > DBConnection con = TurbineDB.getConnection(); > //... do some stuff > TurbineDB.releaseConnection(con); > > in 1.3a3 > java.sql.Connection con = Torque.getConnection(); > //... do some stuff > You can access in that way only the Turbine DB, i. e. the Databse where your jetspeed user information etc. is saved. This database is defined in turbineproperties.resources. If you want to access a "third" database, you need to do it manually. Stefan
-- Stefan Kuhn M. A. MPI of Chemical Ecology, Winzerlaer Str. 10, Beutenberg Campus, 07745 Jena, Germany Tel: +49(0)3641 571261 - Fax: +49(0)3641 571202 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
