Java Business Integration: Difference between revisions

Content deleted Content added
No edit summary
m replaced: Service oriented → Service-oriented (2) using AWB
Line 1:
{{Redirect|JBI|the United States Air Force Information Management System|Joint Battlespace Infosphere|the Jewish Institute for the Blind|JBI International}}
 
'''Java Business Integration''' ('''JBI''') is a specification developed under the [[Java Community Process]] (JCP) for an approach to implementing a [[Service oriented architecture|service-oriented architecture]] (SOA). The JCP reference is JSR 208 for JBI 1.0 and JSR 312 for JBI 2.0. JSR 312 was removed from the JCP balloting process on 17 Dec, 2010 by the submitters without being accepted.
 
JBI is built on a [[Web Service]]s model and provides a pluggable architecture for a container that hosts service producer and consumer components. Services connect to the container via binding components (BC) or can be hosted inside the container as part of a service engine (SE). The services model used is [[Web Services Description Language|Web Services Description Language 2.0]]. The central message delivery mechanism, the normalized message router (NMR), delivers normalized messages via one of four [[Message Exchange Pattern]]s (MEPs), taken from WSDL 2.0:
Line 35:
 
==Books==
*Binildas A. Christudas, "Service -Oriented Java Business Integration" (Packt Publishing: Feb 2008, ISBN 1-84719-440-0; ISBN 978-1-84719-440-4), http://www.packtpub.com/service-oriented-java-business-integration
 
==See also==