Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Plugin groups are basically groups of plugins for users to easily understand and consume them. Customizing server assemblies will be more easy and plugin groups can be installed as a regular plugin by using deploy command. There are 8 plugin groups for different distribution with Web Contaniner such as Tomcat and Jetty. We take Tomcat as an example here and introduce each plugin group and what plugins are included:

  1. Geronimo Plugin Group :: Framework
    • description: This plugin group provides the framework functionality. It is required to build a working server.
    • Plugin included:

      plugin

      description

      org.apache.geronimo.assemblies/geronimo-boilerplate//car

      org.apache.geronimo.framework/gshell-framework//car

      org.apache.geronimo.framework/gshell-geronimo//car

      org.apache.geronimo.framework/gshell-remote//car

      org.apache.geronimo.framework/j2ee-system//car

      org.apache.geronimo.framework/client-system//car

      org.apache.geronimo.framework/rmi-naming//car

      org.apache.geronimo.framework/plugin//car

      org.apache.geronimo.framework/j2ee-security//car

      org.apache.geronimo.framework/server-security-config//car

      org.apache.geronimo.framework/shutdown//car

      org.apache.geronimo.framework/jsr88-cli//car


  2. Geronimo Plugin Group :: WADI Clustering Tomcat
    • description: This plugin group provides WADI Clustering functionality for Tomcat.
    • Plugins included:

      plugin

      description

      org.apache.geronimo.configs/farming//car

      org.apache.geronimo.configs/wadi-clustering//car

      org.apache.geronimo.configs/openejb-clustering-builder-wadi//car

      org.apache.geronimo.configs/tomcat6-clustering-builder-wadi//car


  3. Geronimo Plugin Group :: ejb
    • description: This plugin group provides EJB functionality.
    • Plugins included:

      plugin

      description

      org.apache.geronimo.configs/openejb-corba-deployer//car

      org.apache.geronimo.configs/j2ee-corba-yoko//car

      org.apache.geronimo.configs/mejb//car


  4. Geronimo Plugin Group :: client
    • description: This plugin group provides Client functionality.
    • Plugins included:

      plugin

      description

      org.apache.geronimo.configs/client-corba-yoko//car

      org.apache.geronimo.configs/client-deployer//car

      org.apache.geronimo.configs/jsr88-jar-configurer//car


...