Versions Compared

Key

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

...

The project has been cut into the following maven projects :

  • reportincident.activemq (configuration file of the ActiveMQ engine; bundle)
  • reportincident.camelqueueservice (configuration file of the camel-activemq component; bundle)
  • reportincident.db (generator of the script DB)
  • reportincident.features (features provisioning file containing our bundles dependencies)
  • reportincident.model (model layer; bundle)
  • reportincident.persistence (hibernate persistence layer; bundle)
  • reportincident.routing (camel routing; bundle)
  • reportincident.service (spring service layer; bundle)
  • reportincident.web (apache wicket module; bundle)
  • reportincident.webservice (CXF web service generator; bundle)

It is interesting to mention that a maven project corresponds also to an OSGI bundle.

...