Chapter 21. Getting Started with Enterprise Beans
This chapter shows how to develop, deploy, and run a simple Java EE application named converter
. The purpose of converter
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:
Create the enterprise bean:
ConverterBean
.Create the application client:
ConverterClient
.Create the web client in
converter-war
.Deploy
converter
onto the server.Run the application client.
Using a browser, run the web client.
Before proceeding, make sure that you’ve done the following:
Read Chapter 1.
Become ...
Get The Java™ EE 5 Tutorial, Third Edition: For Sun Java System Application Server Platform Edition 9 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.