Versions Compared

Key

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

...

  • MANIFEST.MF file (file required and specifying the information about the bundle to deploy on the OSGI server, dependency with another bundle, version, ... )
  • jar of the bundle to deploy on the server
Tip
PAX Project
PAX Project

More info about the PAX maven plugin can be found here. PAX project does not include only maven but also tools to run, debug and deploy web application. We will address them in the second part of the tutorial and particularly the web integration

To create the simple service project, execute the following command in your Unix/Dos console.

...