| Sign In/My Account | View Cart |
| Article: |
Flawed JDO Points the Way to the "Objectbase" | |
| Subject: | JDO can give us more than just JavaBean functionality | |
| Date: | 2002-04-26 06:00:59 | |
| From: | balesd | |
|
Response to: JDO can give us more than just JavaBean functionality
|
||
|
Caching can be problematic. I see no problem caching database connections as long as I can hang onto one long enough to support a transaction and that functionality seems to work. This capability already exists in JDBC. But the caching of data is better performed programmatically if it is non-volatile and in most cases should not be done at all if the data is volatile.
|
||
Showing messages 1 through 4 of 4.
An ORDBMS is not just another persistence store for JDO
JDO can give us more than just JavaBean functionality