In order that you fully understand how to write Enterprise JavaBeans (EJBs), it is important that you understand where they reside.
In this module, I will create a map of the world in which
distributed objects and constructors provide useful services to client programs.
This introduction will let you find your way within the technology that is introduced in the rest of the course.
- Understanding the Territory:
I will explain how a client program communicates with a remote object , and how it makes use of the services it provides.
I will identify the properties of a reusable component, and describe how they can be connected together so that you can build flexible applications. I will explain the function of servers, containers, and Object Monitors (OMs). You will be introduced to transactions within this world of distributed objects.
You will learn about the deployment of remote objects and how they get information about local resources , such as the names of the local databases. Carefully read this section in preparation for the tutorial on Enterprise Java Beans.The information in this section is the foundation for all that follows.