Facade, DAO, DO
I want to know about:-
1) Facade
2) DAO
3) DO, terms.
and how they are linked with each other.
Can u reflect any relationship / architecture between them?
A whitepaper or an e-book would be very helpful for me.
e-mail: manub22@rediffmail.com
Thanks, Manoj Pandey
Hi
DAO stands for 揹ata access object?
And DO stands for 揹ata object ?br>
This terminology used in model 2 architecture
DAO object are used by model in MVC architecture to communicate with DB or with another external data sources like CRM or ERP
And DO object are used as wrapper for data which is passed between model and controller and some time between model and DAO