Java Business Integration: Difference between revisions

Content deleted Content added
Link to article on open-esb
No edit summary
Line 12:
JBI defines standard packaging for composite applications: applications that are composed of service consumers and providers. Individual service units are deployable to components; groups of components are gathered together into a service assembly. The service assembly includes metadata for "wiring" the service units together (associating service providers and consumers), as well as wiring service units to external services. This provides a simple mechanism for performing composite application assembly using services.
 
Although JBI is intended for use with [[Enterprise_Service_Bus|Enterprise Service Bus]], its adoption has not been accepted by the larger [[J2EEJava EE]] vendors that have their own ESB / ESB ready products [http://www.javaworld.com/javaworld/jw-11-2004/jw-1101-iw-jbi_p.html]. There are however [[Open-source_software|open-source software]] JBI based ESB implementations available:
 
* [http://petals.objectweb.org/ ObjectWeb Petals]