A session bean is used to model business processes or tasks for a client
       on the application server. The topics listed below discuss development
       of session beans.
	 Topics Included in This Section
    Getting Started
      with Session Beans
    Provides an overview of session beans.
    Defining
          a Session Bean
    Discusses how to create a session bean in WebLogic,
       what a session bean definition minimally must contain,  and provides a
       short introduction to the various interfaces extended/implemented by an
      session bean definition.
     Life Cycle of a
          Session Bean
     Discusses the life cycle of stateful and stateless
       session beans.
     Related Topics