Answer Posted / srikanth nallapaneni
It is Design pattern
Problem:too many method invocations b/w client and server
will lead to network overhead,tight coupling due to
dependencies between the client and server and chance of
misuce of server business methods due to fine grained
access etc.
Solution: Use of session besn as facade to encapsulate the
complexties b/w the client and server interactions. The
session facade manages the business objects and provides a
uniform coarse grained service access layer to client.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
what is ststic with example
What is meant by attribute?
What restrictions are placed on method overloading in java programming?
Are functions objects in java?
What does a boolean method return?
Is string an object?
Difference between process and thread?
How will you get the platform dependent values like line separator, path separator, etc., ?
What is the method in java?
What are drawbacks of singleton class?
Why deletion in linkedlist is fast than arraylist?
What do you understand by private, protected and public?
What is bufferedwriter?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
Why are functions called methods in java?