Data Access Object Design Pattern in J2EE
Data access object (DAO) pattern is one of the core J2EE patterns used in many enterprise level applications. It provides a clean separation for various methods of data access and central point of access to data source.