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
You're given a Boolean 2D matrix, can you find the number of islands?
Explain wait() method of object class ?
Is empty list java?
Can you write a java class that could be used both as an applet as well as an application?
What’s the difference between the methods sleep() and wait()?
What are the main differences between notify and notifyAll in Java?
What does g mean in regex?
What are voids?
What are the methods of object class ?
What class allows you to read objects directly from a stream?
Explain the difference between jvm and jre?
Are floats faster than doubles?
Can we use String with switch case?
What are the special characters?
What is treeset in java?