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
How will you get the platform dependent values like line separator, path separator, etc., ?
What are the object and class classes used for?
What do you mean by scope of variable?
What is the difference between serializable and externalizable interfaces?
What are the differences between throw and throws?
How to do a true java ping from windows?
What is main method?
Explain about procedural programming language or structured programming language and its features?
What is the difference between declaration and definition in java?
What is a dynamic array in java?
What is the difference between multiple processes and multiple threads?
What is the purpose of the system class in java programming?
Why do we need wrapper class?
What is a method in coding?
Does list allow duplicates in java?