Getting Started with Enterprise Beans
This chapter shows how to develop, deploy, and run a simple Java EE application named
converter
. The purpose ofconverter
is to calculate currency conversions between Japanese yen and Eurodollars.converter
consists of an enterprise bean, which performs the calculations, and two types of clients: an application client and a web client.Here's an overview of the steps you'll follow in this chapter:
Before proceeding, make sure that you've done the following:
- Read Chapter 1.
- Become familiar with enterprise beans (see Chapter 20).
- Started the server (see Starting and Stopping the Application Server, page 28).