answersLogoWhite

0

What is the J2EE Data Access Object Design Pattern?

Updated: 8/20/2019
User Avatar

Anandvijayakumar

Lvl 1
12y ago

Best Answer

The DAO pattern provides the connection between the business logic tier and the resource (usually a database) tier. The Data Access Object represents a general interface to the resources layer: It handles all calls to it. JDBC is the most commonly used example of this. Almost all J2EE Applications that access the database have a direct or indirect implementation of the DAO Pattern.

This pattern is an object that encapsulates a set of behaviors for accessing databases, files, and other resources. This way you have only one API to deal with rather than a different one for every type of resource.

This is not a pattern for a resource itself. Frankly speaking, this isn't a way to build a database or file manager.

This is like using an ATM machine. The same interface will fetch the information requested from the back end, even though the bank changed database products the previous week.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the J2EE Data Access Object Design Pattern?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does the word Dao mean?

Data Access Object, a design pattern used in object-oriented software engineering. OR Dominion Astrophysical Observatory in Saanich, British Columbia, Canada And DAO have many more meanings.


Which design pattern is used to decoupled presentation from core data access functionality?

Model-View-Control


What Access object holds the data in your database?

The access object that holds data in your database is called a table. It stores it in rows and columns.


Which form view cannot be used to view data in access?

Design View


What is the easier object in Access provides a data entry method?

What is a easy data entry method in Microsoft Access to use


What is the Access object that organizes data into fields and records?

table


Which type of object is used to organize and store data in Microsoft Access?

Which type of object is used to organize and store data in Microsoft Access 2010?Read more: Which_type_of_object_is_used_to_organize_and_store_data_in_Microsoft_Access_2010


What is the difference between ado rdo and dao?

ADO is active x data object. It is used to access database with the help of data controls and objects as well. it is an extended form of RDO and DAO. RDO is remote data object which is used to access server site data. data in this case reside on the sql server. and we use sql queries to access data. in this we write a sql command and then squ server processes it and gives back the result. DAO is data access object. it is used to access data with the help of program and some data controls. it provides an extention to data controls and data bound controls. DAO helps in accessing data with various conditions or quries.


The access object that displays data in a formatted manner for printing and publication?

Report


A query is an Access object designed to?

display data in a highly formatted fashion


Which Access object provides an easy-to-use data entry screen?

A form.


This Access object contains all of the raw data within the database?

table