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 a percentage sign called?
Can constructor return value?
Can a constructor be private and how are this() and super() method used with constructor?
Can we have any other return type than void for main method?
Can we create our own wrapper class in java?
What is loop in java?
What is difference between final and immutable?
Is alive and join method in java?
What is the difference between throw and throws keywords?
Does java initialize arrays to zero?
Why java strings are immutable in nature?
What are keywords and reserved words in java?
Can I overload to string method
Which oo concept is achieved by using overloading and overriding?
How many types of string data types are there?