About Session Beans

A session bean is an EJB that provides a service to a particular user session. Session beans model processes. Session beans don't survive EJB container crashes. Relative to entity beans, session beans are short-lived. A session bean can be one of two types:
See also
About Entity Beans

Legal Notices