Wednesday, April 15, 2009

The Coolest Article About ORM

http://www.agiledata.org/essays/impedanceMismatch.html

Basically we all learn about collecting information we need from what we called database. The data in database considerably very big in its own way, so some method and way of putting data was developped and economized into the point that it's not really related to real world application.

Real world application usually involved object oriented, because human usually thing about object and their relationship. The artice show the difference between object oriented and database view of information. This is what we usually call ORM (Object Relational Mapping). This is the very reason why ORM frameworks are needed.

Same question, different point of view, different answer, same solution if we had the connector.

No comments:

Post a Comment