Versions Compared

Key

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

...

  1. To assemble a server from existing instance of geronimo we need to include Geronimo Plugin Group :: Framework plugin group which is the framework of a functional server. Refer plugins in Geronimo section for more information on Geronimo Plugin Group :: Framework.
  2. To identify the application plugins to be included, in this tutorial they are:
    1. Web archive plugin default/ApplicationClient/1.0/car
    2. StatelessSessionEJB plugin default/StatelessSessionEJB/1.0/car
      More information about how to get these plugins, please look into Converting applications into plugins using the Administrative Console.
  3. To create a new database, we need to include Geronimo Plugins, Console :: System Database.
  4. To use the admin console for database creation, we need to include Geronimo Plugins, ActiveMQ v5 :: Console
    This completes the identification of all the functional component(dependencies) required by our application centric custom server.

...