OverviewJingDAO is a Java based DAO framework. DAO ( Data Access Objects ) is a design pattern which seperates your persistence framework (how you store your data) from your business logic framework (how you use your data), thus allowing you to change data access or storage methods without changing the rest of the application. FeaturesJingDAO is devided into two parts:
Features:
|