Thread: object oriented database for java
which best object oriented database system java?
oodmbs haven't caught on. oracle introduced oo features 10-12 years ago (which assume still there) mainstream applications still tend rdbms.
more common oodbms use of object-relational mapping layer. java, common solutions ejb3/jpa or plain hibernate. these layers allow persist object structures mapping layer handling translation objects relational form. such layers have traps unwary can give excellent performance using caching , write-behind.
can use hibernate without spring spring , hibernate powerful combination. drudgery of writing data access code , managing database transactions largely removed through templates. implemented allows work object structures , concentrate on application rather spending of time shunting data around.
ejb3 similar, more of focus on distributed systems - multiple nodes running persistence logic local distributed databases.
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk [SOLVED] object oriented database for java
Ubuntu
Comments
Post a Comment