Versions Compared

Key

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

General Instructions

Maven Generated Site for viewing javadoc or source xref

There is a maven generated site for samples which can be used to view javadoc and source. It can be found here:

Geronimo Samples 2.1.2

To navigate to javadoc and source code (xref) for each sample do the following:

  1. select "Geronimo Samples :: Samples" under Modules in the left-hand navigation
  2. select a specific sample from the left-hand navigation under Modules
  3. to view javadoc or source (xref) you must navigate down to a module that includes source such as a war or ejb. For example, if you are interested in viewing the servlets associated with the bank sample you would choose the following modules:
    1. under Modules select "Geronimo Samples :: bank"
    2. under Modules select "Geronimo Samples :: bank :: WAR"
  4. once you are at a module that contains source you can then select "Project Reports" and from the information provided choose either JavaDocs or Source Xref

Obtaining and building

The first time building samples it is required that you build from the top level directory. After the initial build, you can do subsequent builds of specific samples as necessary.

...