Hi all,
I have found very useful tips on this forum about part II.
I'm deciding what kind of facade will be presented to the client to hide the complexity of distributed components.
I have started using this appoach:
Servlet Controller->Business Delegate->Service Locator->DAO->Service
Some other guys on this forum have used Session Facade rather then the Business Delegate
pattern. I wonder if they can be used together or
one exclude the other....
IMHO I cannot see a real difference between this two patterns....
Thanks
Rol