Prev | Next

TOC | Index

J2EETM Developer's Guide
Getting Started


Chapter 2

Getting Started


This chapter shows you how to develop, deploy, and run a simple client-server application that uses an enterprise bean. The client is a stand-alone JavaTM application named ConverterClient. It performs simple currency conversions by calling the methods of an enterprise bean named ConverterEJB. You can find the source code in the doc/guides/ejb/examples/converter subdirectory of your JavaTM 2 SDK, Enterprise Edition (J2EE SDK) installation.

To implement the sample application in this chapter you perform these tasks:



Prev | Next

TOC | Index


Copyright © 2000 Sun Microsystems, Inc. All rights reserved.