Table of Contents
We will develop a simple JavaBean that returns the version of this workshop. This bean is stateless, since every client is returned the same static information.
The Home Interface enables a client to get a reference to a JavaBean. It is responsible for creating, removing, locating the bean.
We choose our Home interface to be remote, because we want our JavaBean to be accessable by a simple stand-alone Java client that will be running in its own JVM separate from the bean.