Object Brokers
Object Broker:
Object Broker is a middleware that takes care of all of the details involved in routing a request from client to object, and routing the response to its destination.
Enterprise Object Broker
Enterprise Object Broker is an alternative to EJB. It is the same idea but making the difference between remote and local objects nearly invisible. Make your object model from normal Java interfaces and code an impl that fits it
Loading .....