News:

MyKidsDiary.in :: Capture your kids magical moment and create your Online Private Diary for your kids

Main Menu

Stateless Session Beans

Started by Kalyan, Aug 26, 2008, 09:38 PM

Previous topic - Next topic

Kalyan

Stateless Session Beans

It is a collection of related services, each represented by a method, the bean maintains no state from one method invocation to next.

They execute a method based on some parameters and return the result.

Stateless Session Beans are not dedicated to one client.Once a Stateless Session Bean has finished a method invocation for a client, it can be re-assigned to any other EJB Object.

Stateless Session Bean have a Time-Out period.

Stateless Session Beans are swapped among EJB Objects.

Stateless Session Beans are fast and conserve fewer memory resources.

Methods of a Stateless Session Bean are independent of each other.