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
When is the arraystoreexception thrown?
Why hashmap is used in java?
What is args length in java?
What is difference between overloading and overriding in java?
Why are data types important?
What methodology can be utilized to link to a database?
How to access arraylist elements in java?
How can I right-justify a string?
What is an example of a constant variable?
What is the syntax and characteristics of a lambda expression?
Is break statement can be used as labels in java?
In how many ways we can do synchronization in java?
What is string syntax?
What is threaded programming and when is it used? : Java thread
What is enhanced loop in java?