An application that is installed on an application server must have bindings defined before you can start the application. The Enterprise JavaBeans (EJB) references and resource references that are defined in the application must be bound to the actual enterprise beans or resources that are defined in the application server.
WebSphere® Application Server provides a special operational mode called lightweight local mode, which can improve the performance of entity bean methods. You can decide which entity beans in your application to run in this mode.
WebSphere Application Server provides a special operation mode called lightweight local mode, which can improve the performance of entity bean methods. You can decide which entity beans in your application to run in this mode.
In addition to the existing Enterprise JavaBeans (EJB) caching options, you can develop read-only entity beans.