Running the Enterprise Bean Examples (original) (raw)

Chapter 24

Running the Enterprise Bean Examples

Session beans provide a simple but powerful way to encapsulate business logic within an application. They can be accessed from remote Java clients, web service clients, and components running in the same server.

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

The following topics are addressed here:

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices