![]() |
|
There's more than one way to do things | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Only for J2SE 5 we have a new project called JDO that make things more automatic, and it will replace JDBC.
Not quite: JDO (Java Data Objects) is also available for J2SE 1.4 (and below perhaps). Furthermore, JDO is not intended as a replacement for JDBC! It is simply a persistent object store framework, mainly aimed at storing business objects. It therefore cannot (and will not) replace JDBC (which is just a means to hereogenously connect to different databases). -- JaWi "A chicken is an egg's way of producing more eggs." In reply to Re^3: DB persistence framework for Perl Classes
by JaWi
|
|