EJB Context: What is an EJB Context?

What is an EJB Context?

- EJBContext is an interface implemented by the container.

- It is a part of the bean-container contract.

EntityContext: This is a sub-class of EJBContext that Entity beans use.
SessionContext: Session beans use this subclass.

- These EJBContext objects provide the bean class with information about its:

- Container,
- Client using the bean,
- Bean itself.
EJB - EAR, JAR and WAR - What is the difference between EAR, JAR and WAR file?
EJB - EAR, JAR and WAR - Modules are packaged based on their functionality as EAR, JAR and WAR files..
EJB lazy loading: What is lazy loading?
EJB lazy loading - Heavy weight application consume a lot of time while loading the plug-ins. In lazy loading approach..
EJB Session Bean: What is Session Bean?
EJB Session Bean - Session beans are used to shield the client from the complexity of the business logic..
Post your comment