Introductio To EJB

11/17/10
Posted by Fulto

EJB stands for Enterprise Java Beans.
EJB is a reusable component for local, remote or both clients.
EJB provides high security for webapplications.
Any client can interact with the bean through the Bean Container only.
Bean Container can recive the request of clients , process the client requestrs and send the response to the appropriate client.
There are three types of Enterprise Java Beans.
That are 1) session Beans
              2)Entity Beans
              3) Message Drivne Beans

People who read this post also read :



Labels:

0 comments: