Hi
I am attempting the 2nd part of the assignment. I have a question regarding the
EJB and DAO. From what i understand, DAO is a OO-pattern, so do we use DAO when we want a persistence layer without EJB and we write our own
JDBC and sql code to access the database.
Or is entity bean still required ? then where does the DAO come in ?
Appreciate any clarification.
thanks & rgds
Mandy Tan