
10 WebSphere and .NET Coexistence
Figure 1-3 J2EE Packaging model
Application components are assembled into modules, which may then be
deployed into a J2EE application server. If so desired, the modules may also be
packaged into an enterprise application module, allowing the entire application to
be deployed as a single unit. Each module also includes a deployment
descriptor; the purpose of this XML file is to describe to the runtime container
how the module should be deployed.
The contents of each module are as follows:
Enterprise Java Bean Module
This module contains the deployed Enterprise Java Beans and the client side
stubs required for ...