| Author |
data from DB to DAO to jsp
|
prasanna pati
Ranch Hand
Joined: Jan 29, 2005
Posts: 46
|
|
|
In struts based projects , a data-access-object has the direct connection with the database . but which class accesses the DAO ?
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26184
|
|
|
The DAO should be called by the Action or a wrapper class that the Action calls.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: data from DB to DAO to jsp
|
|
|