0
1.1kviews
What are the reasons to use EJB in distributed systems.
1 Answer
| written 3.8 years ago by |
Distributed Programming Overview
• When a distributed framework is used, a client makes a call to what appears to be the interface of a business object.
• Here a layer between clients and business objects is added • There will be a stub or proxy at the client that mimics …