I have confusion about the business object design pattern.
First of all, I have checked on sun site. There is no design patten or strategy which mentions the Business Object Design Pattern.
What according to my knowledge is IBusinessObject, BusinessObjectImpl and BusinessObjectManager is required which actually form this pattern.
We are not using entity beans instead using DAOs to access the database and using BOManager only for retrieving/finding the value objects and construct business object out of it.
Can we not use directly session fa�ade to carry out the functionality of BOManager
Can someone clear my confusion? If possible, please give me links.
Thanks and Regards,
Laxmikant