Tuesday, July 9, 2013

Designing the Persistence Layer

The trend in recent years is to model the entities in application's object model and to use the database for storing the persistence information defined in the entity layer. This helps you create loosely coupled application components, richer relationship between objects, support various databases etc. With tools like Hibernate, it is really easy to map an object model into a relational database schema.
Read more »

Labels: , ,