Forums Register Login

business delegate & session facade

+Pie Number of slices to send: Send
Hi,
What is the diference between the two. Both seems so much similar.
Thanks,
Trupti
+Pie Number of slices to send: Send
From what I understand a Business Delegate resides on the presentation tier or some other layer that is a "client" to the business layer. It decouples the presentation tier from the business tier.
Session Facade resides on the business tier and provides an interface for executing applications business logic. It abstracts the clients from the application logic within the business tier.
A web application will invoke methods on the Business Delegate. The Business Delegate will then be responsible for converting the data in the request to what is expected by the business logic layer, invoking business logic, and returning the result. On the business logic side this request will be received by a Session Facade that will execute the request and produce a responce.
Thats the way I understand it.
Im interested in hearing what others have to say
+Pie Number of slices to send: Send
Business delegate reduces the coupling between presentation tier and business service. This pattern hides the implemantation details of EJB lookup ands architecture. I don't think "decouple" is the right word..reduction in coupling is the right word. Does anyone disagree?

Originally posted by Steve Chernyak:
From what I understand a Business Delegate resides on the presentation tier or some other layer that is a "client" to the business layer. It decouples the presentation tier from the business tier.
Session Facade resides on the business tier and provides an interface for executing applications business logic. It abstracts the clients from the application logic within the business tier.
A web application will invoke methods on the Business Delegate. The Business Delegate will then be responsible for converting the data in the request to what is expected by the business logic layer, invoking business logic, and returning the result. On the business logic side this request will be received by a Session Facade that will execute the request and produce a responce.
Thats the way I understand it.
Im interested in hearing what others have to say


Yeah, but how did the squirrel get in there? Was it because of the tiny ad?
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 665 times.
Similar Threads
Session Facade vs. Business Delegate
Difference between business delegate and session facede?
Business Delegate & Session Facade
Session Facade Vs business delegate
Distinction between the Session Facade and Business Delegate
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 15:20:21.