List some advantages of Broker Architecture

 Posted by Niladri.Biswas on 9/11/2012 | Category: Design Pattern & Practices Interview questions | Views: 5329 | Points: 40
Answer:

Distribution transparency

A client can treat remote objects like a local object by using a client-side proxy as a layer between itself and the Broker (CORBA).

Centralization

Additional responsibilities such as Instance management, Security, Transaction Management etc can be centralized Ex:EJB Container


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response