Java Reference
In-Depth Information
Figure14-5.The NetBeans 6 New Project wizard makes available lots of different ServiceMix pro-
jects to jumpstart your development and deployment
To deploy in a JBI environment such as ServiceMix, you need to create the jbi.xmlfile to rep-
resent your deployment. Visual development environments with JBI support will do this for
you, generating the JBI XML file as you drag and drop components. As we're used to with
Sun specifications, the jbi.xmlfile is the standard descriptor that every container must sup-
port, and vendors can then present their own specific files to support deployment. In the case
of ServiceMix, you create xbean.xmlfiles.
A very short jbi.xmllooks like this:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jbi xmlns="http://java.sun.com/xml/ns/jbi" version="1.0"
xmlns:ns0="http://soacookbook/lookup"
xmlns:esb="http://soacookbook/esb/customerScreen"
Search WWH ::




Custom Search