EJB Container EJB is a server-side software element that summarizes the business logic of an application. Enterprise Java Beans web repository yields…
tutorial for beginners
-
-
EJB Architecture Java Java beans incorporate a set of objects into one accessible object that can be accessed easily from any application.…
-
EJB Tutorial EJB (Enterprise Java Bean) is used to develop scalable, robust and secured enterprise applications in java. Unlike RMI, middleware services…
-
JMS Tutorial JMS (Java Message Service) is an API that provides the facility to create, send and read messages. It provides loosely…
-
Types of EJB EJB is an acronym for Enterprise Java Beans. It is a server-side software element. It encapsulates the business logic…
-
Message Driven Bean A message driven bean (MDB) is a bean that contains business logic. But, it is invoked by passing the…
-
Stateful Session Bean Stateful Session bean is a business object that represents business logic like stateless session bean. But, it maintains state…