Este conteúdo não está disponível no idioma selecionado.
16.6. Modules for Deploying Modeshape in JBoss
ModeShape recently added several modules that make it very easy to deploy ModeShape in JBoss EAP as a full-fledged, central, shared service that can be monitored and administered using the embedded console and used directly by web applications deployed to the application server.
- modeshape-jbossas-service provides several components that are deployed through the microcontainer in JBoss EAP, registered in JNDI, and exposed through the Profile Service for monitoring and management. This service leverages the JAAS support within the application server. The corresponsing JAR can be found in
SOA_ROOT/server/PROFILE/deploy/modeshape-services.jar. - modeshape-jbossas-console defines the plugin for RHQ that enables administration, monitoring, alerting, operational control and configuration. All of the major components within a ModeShape engine are exposed as RHQ resources, and the plugin provides a number of metrics and administrative operations as well as exposing most configuration properties. (We plan to add more metrics and operations over the next few releases, as we gain more experience using the ModeShape RHQ plugin.) The corresponsing JAR can be found in
SOA_ROOT/server/PROFILE/deploy/admin-console.war/plugins/. - modeshape-jbossas-web-rest-war defines a variant of the more general
modeshape-web-rest-warthat is tailored for deployment on JBoss EAP, since it reuses the same ModeShape service deployed into the application server. Corresponsing libraries can be found inSOA_ROOT/server/PROFILE/deploy/modeshape-rest.war/. - modeshape-jbossas-web-webdav-war defines a variant of the more general
modeshape-web-webdav-warthat is tailored for deployment on JBoss EAP, since it reuses the same ModeShape service deployed into the application server. Corresponsing libraries can be found inSOA_ROOT/server/PROFILE/deploy/modeshape-webdav.war/.