1 | It creates a proxy object for each object created in the system |
2 | The original purpose of proxies is to forward requests from the Web client to remote objects (java sandbox problem) |
3 | Proxies simplify association of the distributed components |
4 | Proxies helps us for logging, tracking and filtering all messages between components in the system |
5 | We used these capabilities to implement a simple fault tolerance and security and transaction monitors are being implemented. |