Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{scrollbar}

Every "asset" module that you install in Geronimo, whether it is a service, application, resource, etc., it is can be configured via a deployment plan. These deployment plans are XML files based on XML Schemas containing the configuration details for a specific application module or component. JEE specification let's part of the configuration of such assets to be done by server specific deployment plans in addition to the The Java EE 5 specification defines standard deployment descriptors such as web.xml, application.xml, etc. In some cases, the deployment descriptor is all that is required to install a module into a Geronimo server. However, in many cases, server-specific configuration is required when modules are installed. This server-specific configuration is accomplished by using Geronimo deployment plans.

The Java EE 5 JEE specification also let's you use Annotations where you add resource references, dependencies, etc. directly in the code. Geronimo provides a Deployment plan wizard wizard that automatically generates the necessary deployment plans based on the standard deployment descriptors and annotations.

...