DAO J2ee design pattern
Hi,
I understood the structure of DAO pattern like : The business Object uses Data AccessObject which encapsulates the DataSource. The DAO creates/uses the Transfer Object and the BusinessObject obtains/modifies the Transfer Object.
Can i get the sample code for this pattern and any links for the code.
Thanks
> Hi,
> I understood the structure of DAO pattern like : The
> business Object uses Data AccessObject which
> encapsulates the DataSource. The DAO creates/uses the
> Transfer Object and the BusinessObject
> obtains/modifies the Transfer Object.
>
Wrong.
> Can i get the sample code for this pattern and any
> links for the code.
>
> Thanks
You should be able to take it from there if you understood it that well. Too bad you don't
%