I've found an interesting post discussing "JPA killed the DAO". The DAO (Data Access Object) pattern is one of the fundamental patterns used in building software systems. This object abstract and encapsulates all access to the data (database, file, xml...) and provides a common interface, used by the business layer.The new Java Persistence API defines an interface to persist normal Java objects
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment