This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hello, I m trying to develop an java application that interacts with database using Castor JDO API(www.castor.exolab.org/jdo.html). I m doing this because I want to write code in the Java that transparently accesses the underlying data store, without using database-specific code. I also want to hide the database implementation in such a way that any changes to database structure should not affect the code accessing it. But Castor JDO doesn't use connection caching/pooling, that is necessary to optimise the performance of my application. Does someone know aboput a workaround for Castor JDO or a good alternative to Castor JDO that uses connection caching/pooling? Please help. ------------------ V Renu
Accoording to the .8 draft of the JDO spec, you should be able to configure a connection pool via the ConnectionFactory. Are you sure Castor doesn't allow this?
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.