|
Are you using an Object Oriented Language to build your computer systems ?
|
|
|
|
Are you using a relational Database to store you data ?
|
If you answered yes to these two questions then you are at the right place!
Productivity loss : Do you have any idea of how much time your team is wasting to convert objects to tables by implementing/using
a mapping technology between Object World and Relational World ?
Performance loss : Do you have any idea of how much time and memory your system is spending to do the conversion ?
To avoid Impedance mismatch overhead between Object and Relational worlds, give a try to Neodatis ODB. NeoDatis ODB is a new generation
Object Database: a real native and transparent persistence layer
for Java and .Net..
Object because the basic pesistent unit is an object, not a table.
Native & Transparent because it directly persists objects the way they exist in the programming language, without any conversion.
Using NeoDatis ODB as your persistence layer will let you concentrate on your business logic allowing storing and retrieving
native objects in a single line of code.
No more relational to Object mapping is necessary, ODB just persist objects the way they are, no matter
their complexity.
To quickly understand how ODB works, have a look at the 1 minute tutorial.
For a deeper introduction, chek the 5 minutes tutorial and/or the full ODB documentation.
Or click here to have an overview of the ODB features.
ODB is released under the GNU LGPL license.
|