Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Packages within

Correspond to components in

org.dspace.app

Application layer

org.dspace

Business logic layer (except storage and app)

org.dspace.storage

Storage layer

Wiki MarkupThe storage and business logic layer APIs are extensively documented with Javadoc-style comments. Generate the HTML version of these by entering the \ [dspace-source\]/dspace directory and running:

Code Block
mvn javadoc:javadoc

...

The resulting documentation will be at _\[dspace-source\]dspace-api/target/site/apidocs/index.html_. The package-level documentation of each package usually contains an overview of the package and some example usage. This information is not repeated in this architecture document; this and the Javadoc APIs are intended to be used in parallel.

Each layer is described in a separate section:

...