
Session beans have the following features:
The local view was introduced with EJB Specification v.2.0, therefore beans developed according to the 1.1 version do not provide a local view.
You can develop session beans when:
Session bean instances exist and may hold data as long as the client session exists. Afterwards they are removed and the data is not preserved.
The process of developing a session bean consists of the following steps: