Data Access Objects 4.0

Free Data Access Object layer is an essential part of good application architecture
Rating
Your vote:
Latest version:
4.0.1 See all
Developer:
CodeFutures Corporation
Screenshots
1 / 1
Request
Download
link when available

The Data Access Object (DAO) layer is an essential part of good application architecture. Business applications almost always need access to data from relational or object databases and the Java platform offers many techniques for accessing this data. The oldest and most mature technique is to use the Java Database Connectivity (JDBC) API, which provides the capability to execute SQL queries against a database and then fetch the results, one column at a time. Although this API provides everything a developer needs to access data and to persist application state, it is a cumbersome API to develop against - which makes a code generator particularly useful.

Comments

User

Your vote: