Studio Press

Just another Blogger Blog

ad

[Arch] Has JPA killed the DAO

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

0 comments:

Post a Comment

ad