| Author |
How automatically DAO methods get called upon
|
PavanPL KalyanK
Ranch Hand
Joined: Feb 28, 2009
Posts: 212
|
|
I am new to Java J2EE development , so please help me even my doubt is a prank
Here is my query :
I have a DAO to perform operations on database :
and i have a sessionbean that implements this MyDAO
I want to know upon calling a DAO interface from the servlets (Correct me if i am wrong) how the DAO implementation class would be get called upon ?
|
 |
 |
|
|
subject: How automatically DAO methods get called upon
|
|
|