A stateless session bean is a non-persistent EJB. An instance of this bean provides a service without storing an interaction or conversation state between methods.
A stateful seaaion bean is a non-persistence EJB. An instance of this bean maintains state across methods and transactions.
Use this table to view a list of the optional and required attributes of the configured stateless or stateful session beans.