The Java Business Integration(JBI) specification defines an integration architecture based on service oriented concepts. Applications are broken up into decoupled functional units. The functional units are deployed into JBI components that hosted within the JBI environment. The JBI environment provides message normalization and message mediation between the JBI components.
As shown in Figure 2.1,the JBI environment is made up of the following parts:
The JBI component framework hosts and manages the JBI components. For more information see The Component Framework.
The normalized message router provides message mediation between the JBI components. For more information see The Normalized Message Router.
The management structure controls the life-cycle of the JBI components and the fucntional units deployed into the JBI components. It also provides mechanisms for monitoring the artifacts deployed into the JBI environment. For more information see Management Structure.