Answer Posted / royal
This is the design pattern of Distrubuted applications.
Problem:
==========
If Remote client want to communicate with multiple bussiness
Components then it has to use multiple network and remote calls to interact with these multiple bussines components
that means more N/w calls will be there bwtween client
and B.componets.
Solution:
===============
So to avoide this problem we have to go for Session facade
Design Pattern.
Session facade is a dummy Business Object resides at
server side recieve calls from Client and to pass the
Bussiness componets of served side locally.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is functional interface in javatpoint?
How do you avoid global variables?
What is generic type?
Why lambda expression is used in java?
What are white spaces in java?
What must a class do to implement an interface in java programming?
What is byte [] in java?
What is the gregoriancalendar class in java programming?
What the difference is between execute, execute Query, execute Update?
How do you trim a space in java?
Can a lock be acquired on a class in java programming?
Mention some interfaces implemented by linked list in java.
What does it mean that strings are immutable?
Explain about method local inner classes or local inner classes in java?
What is final keyword in java?