[Objectbridge-jdo-dev] jdbc driver wrapper
Brought to you by:
thma
From: Roman S. <rom...@pa...> - 2002-06-17 09:40:30
|
Hello guys , do You have plans to implement jdbc driver wrapper with support of jdbc drivers which do not implement jdbc standard extensions ( javax.sql.Datasource , two-phase commit emulation , pull , etc ) ? I found such wrapper in Orion Application server - it is very cool , it adds support for such databases as sapdb , so I could run my web application with Castor JDO on sapdb using Orion Application Server , but I could not run it using Tomcat because there is no such wrapper - it will be good to have jdbc wrapper built-in into JDO engine and do not depennd on different application servers and drivers as in Castor JDO now. If You have such plans I am ready to contribute my time on this thread. Maybe somebody knows about already existing open source initiatives in this area ? Regards , Roman Seleznev. |