Versions Compared

Key

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

...

The demo is available here

Features

  • GUI for bundle administration
  • Web access to Felix Shell
  • Application packages can be divided into bundles
  • Supports Velocity and FreeMarker templates
  • Supports Struts Spring integration

Missing Features

...

  • Probably can't access application classes from bundles, including Spring classesNo support for any results other than Velocity

Simple Usage

If your actions do not extend ActionSupport, and you are not using Spring then convert your jar that contains Actions, Velocity files, and a struts.xml file into a bundle, add a few lines in the jar's manifest.mf:

...