Versions Compared

Key

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

JBI components are slightly heavyweight objects; there's a bit of plumbing required for the component developer to write. To make things easier for the developer, we support Spring support POJOs. In addition we provide a PojoSupport and ComponentSupport classes making it easy to write new POJOs or components with very little code.

...