what is session facade ?

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


Please Help Members By Posting Answers For Below Questions

What are the three best choices for a development environment?

599


How big is a pointer?

547


I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?

585


What are the advantages of java?

510


How do you empty a list in java?

536






What does bitwise or mean?

563


What is a "pure virtual" member function?

594


What is the full meaning of java?

529


If a method is declared as protected, where may the method be accessed in java programming?

496


What is the base class of all classes?

567


What is anagram of a string?

515


What are parsers? Dom vs sax parser.

555


describe synchronization in respect to multithreading? : Java thread

502


What is the significance of java packages?

609


How do you use spaces in java?

521