Introductio To EJB
11/17/10Posted by
Fulto
0 Comments
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:
EJB Notes
Subscribe to:
Post Comments (Atom)