Java Platform, Enterprise Edition (Java EE) 8
The Java EE Tutorial

Previous Next Contents

Overview of the EJB Examples

In Chapter 36, "Getting Started with Enterprise Beans", you built a stateless session bean named ConverterBean. This chapter examines the source code of four more session beans:

  • CartBean: a stateful session bean that is accessed by a remote client

  • CounterBean: a singleton session bean

  • HelloServiceBean: a stateless session bean that implements a web service

  • TimerSessionBean: a stateless session bean that sets a timer


Previous Next Contents
Oracle Logo  Copyright © 2017, Oracle and/or its affiliates. All rights reserved.