Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: cross references

Note: The content of this document is overlapping with Notes on Creating JBI Component using maven2 and Hello World - SE. Any changes you might want to do for this document might be relevant for them as well. Questions unanswered by this document may be answered by the other documents.

This document is a tutorial that describes the steps involved in the creation of a standard JBI Component using servicemix-common module.
We will write a full XSLT Service Engine.

See also Notes on Creating JBI Component using maven2.

First, we will use the servicemix-service-engine maven 2 archetype to create the basis of our JBI component.

...