what is session facade ?

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


Please Help Members By Posting Answers For Below Questions

What is difference between printf and scanf?

516


Explain when noclassdeffounderror will be raised ?

616


Can abstract class have private constructor?

495


What is a stringbuilder?

505


Can you explain the cs option of java interpreter?

504






How long will it take to learn java?

502


Explain about automatic type conversion in java?

565


What are the different http methods?

529


do I need to use synchronized on setvalue(int)? : Java thread

551


What are the advantages of assembly language?

497


Tell me how many ways are there to initialise an integer with a constant.

638


What does pointer mean?

544


Is it possible to use string in the switch case?

555


Explain the scope of a variable.

627


How many ways can we create singleton class?

502