1 |
EJB defines three types of components:
|
2 | Stateless components refer to services that do not require any previous state information (Stateless Session Bean). |
3 | Conversational components refer to object that maintain their state across multiple client method invocations and it finishes off as soon as client finishes with the client (Stateful Session Bean). |