My web project now requires dao and dto features. How do I use dao and dto?
Asked
Active
Viewed 1,100 times
0
-
dao is related to ORM layer and i assume you are already using DTO to transfer data from your action to jsp and reverse order – Umesh Awasthi Feb 29 '12 at 11:22
1 Answers
0
DAO design pattern works with Data transfer object also known as value object. DTO is a java class with properties, getter and setter methods.

shahith
- 1
- 1
- 4