Free Online Whiteboard Base64 Converter JSON Utility SmartTool PDF

Category: Blog

What is an EJB Context? 0

What is an EJB Context?

EJBContext is an interface that is implemented by the container, and it is also a part of the bean-container contract. Entity beans use a subclass of EJBContext called EntityContext. Session beans use a subclass...

Brief description about local interfaces 0

Brief description about local interfaces

EJB was originally designed around remote invocation using the Java Remote Method Invocation (RMI) mechanism, and later extended to support to standard CORBA transport for these calls using RMI/IIOP. This design allowed for maximum...