...
Global architecture of a JBI Component (in ojc-core) :
- Root folder identified by the component name (jmsbc)
- Inside the root directory, there are two or more directories :
- First one is generally identified by the component name and the "impl" suffix (jmsbcimpl). It contains the implementation of the component and so, its integration with the JBI framework.
- The second is used to define the packaging of the component. This directory is simply called "packaging". It contains the component's configuration files and the JBI descriptor (jbi.xml)
...