File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Object Relational Mapping and the fly likes Why do we need object oriented databases Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "Why do we need object oriented databases" Watch "Why do we need object oriented databases" New topic
Author

Why do we need object oriented databases

prem ram
Greenhorn

Joined: May 24, 2010
Posts: 3
Why do we need object oriented databases
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4967

"You can pull your data from ObjectDB easily as JPA entity objects and transfer them anywhere using Hibernate, EclipseLink, OpenJPA, etc. Which other Object Database offers such an easy migration?"

That's a little quote one of the people from ObjectDB posted at TSS the other day. Here's what they say about ObjectDB, which probably applies equally to all object oriented databases:

"ObjectDB is a powerful object oriented database management system (ODBMS). It is compact, reliable, easy to use and extremely fast. ObjectDB provides all the standard database management services (storage and retrieval, transactions, lock management, query processing, etc.) but in a way that makes development easier and applications faster."

I think the last line there is the key - it makes development easier and faster.

-Cameron McKenzie


Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

The nice thing about OODBs is that they remove the disconnect between objects and RDBMSs that ORMs try to solve. They're *substantially* easier to work with, and if you don't need a regular DB are a fantastic choice (at least I think they are). Unfortunately most of the work *I* do requires a standard DB.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Why do we need object oriented databases
 
Similar Threads
Why the title is "Object-Oriented JavaScript"
why we use object oriented programming
JCA JDBC
MVC is not object oriented??
serialization