Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 a percentage sign called?

1188


Can constructor return value?

1009


Can a constructor be private and how are this() and super() method used with constructor?

1047


Can we have any other return type than void for main method?

999


Can we create our own wrapper class in java?

1012


What is loop in java?

1047


What is difference between final and immutable?

1206


Is alive and join method in java?

1256


What is the difference between throw and throws keywords?

1092


Does java initialize arrays to zero?

1088


Why java strings are immutable in nature?

1123


What are keywords and reserved words in java?

1112


Can I overload to string method

1499


Which oo concept is achieved by using overloading and overriding?

1057


How many types of string data types are there?

1160