Entity Bean in EJB 3.x
Entity bean represents the persistent data stored in the database. It is a server-side component. In EJB 2.x, there
By CuckooRadio Editorial Team|2018-10-23T05:31:38-05:00October 23rd, 2018|Ejb|
Entity bean represents the persistent data stored in the database. It is a server-side component. In EJB 2.x, there
By CuckooRadio Editorial Team|2018-10-23T05:02:32-05:00October 23rd, 2018|Ejb|
A message driven bean (MDB) is a bean that contains business logic. But, it is invoked by passing the
By CuckooRadio Editorial Team|2018-10-22T05:51:42-05:00October 22nd, 2018|Ejb|
Stateless Session bean is a business object that represents business logic only. It doesn't have state (data). In other words, conversational state between
By CuckooRadio Editorial Team|2018-10-22T05:51:06-05:00October 22nd, 2018|Ejb|
Stateful Session bean is a business object that represents business logic like stateless session bean. But, it maintains state (data). In
By CuckooRadio Editorial Team|2018-10-22T05:49:28-05:00October 22nd, 2018|Ejb|
JMS (Java Message Service) is an API that provides the facility to create, send and read messages. It provides
By CuckooRadio Editorial Team|2018-10-22T05:45:59-05:00October 22nd, 2018|Ejb|
Session bean encapsulates business logic only, it can be invoked by local, remote and webservice client. It can be
By CuckooRadio Editorial Team|2018-10-22T05:44:51-05:00October 22nd, 2018|Ejb|
EJB is an acronym for enterprise java bean. It is a specification provided by Sun Microsystems to develop secured, robust
By CuckooRadio Editorial Team|2018-10-04T03:07:40-05:00October 1st, 2018|Ejb|
EJB (Enterprise Java Bean) is used to develop scalable, robust and secured enterprise applications in java. Unlike RMI, middleware
By CodeBridge Editorial Team|2017-08-02T04:05:16-05:00July 28th, 2017|Ejb|
Generic interceptors Both transaction and security services can be considered runtime interceptors managed by the container. The container intercepts the