Answer Posted / surajkumar.java
Access to data varies depending upon the source of data
(Relational Database, Object Oriented Database, Flat File
and Business to Business integration systems). Such
disparate data sources offer challenges to create a direct
dependency between application code and data access code.
Including the connectivity and data access code within
application code introduces a tight coupling between the
components (JSP, Servlet or Struts Action) and the data
source implementation. Such code dependencies in components
make it difficult and tedious to migrate, the application
from one type of data source to another. Data Access Object
(DAO) makes abstract and encapsulate all access to the data
source. The DAO manages the connection with the data source
to obtain and store data. The DAO acts as an adapter
between the application components (JSP, Servlet or Struts
Action) and the data source.
| Is This Answer Correct ? | 41 Yes | 4 No |
Post New Answer View All Answers
Why tomcat is used in java?
What is basic authentication?
What are the topics in j2ee?
What is setbounds in java?
Is java a web technology?
Why java is interpreted language?
What is distributed application?
What are the advantages of object-relational mapping (orm)?
Is eclipse written in java?
public class ActionSearchBean extends
GenericSearchBean
Explain the four types of container that the j2ee specification defines
What is entity reference?
Why is java more secure?
What are j2ee components?
Define authorization constraint?