0
13kviews
What are the main components of EJB Framework?
1 Answer
written 8.4 years ago by |
1 ) EJB Server :
2) EJB Container:
Container hosts following components:
Local Interface: It is used instead of EJB objects for faster access.
The type of container depends on beans they contains i.e either transient or persistent beans.
3) Enterprise Beans:
Types of Enterprise Beans:
4) EJB Client:
5) Deployment Descriptor:
It lists the bean properties and elements like: