ServiceMix Tutorial SM-File, SM-JMS, SM-Bean -------------------------------------------------------------------------------------------------------- File --> JMS Msg CH --> B ean:SimpleTransformBean.java --> JMS Msg CH --> File in other place Installation 1. download apache-servicemix-3.3.tar.gz , extract into ESB/ 2. download servicemix-example-1.zip or you can get it from here 3. Create a directory ESB/libraries , place the JAR files ant-contrib.jar , bcel.jar , jibx-bind.jar , and jibx-run.jar , in that directory. - JiBX is a library for Java objects --> XML, XML --> Java objects We use JiBX to transform Java Obj. to XML to send to NMR. ( NMR only accept XML ) - Spring component framework implementations MVC, DAO, and other important patterns. We use it for configuring POJOs (SM-Beans) using Dependency Injection (plug sys. capabilities into biz logic component) . Basic lv. of dependency, C program making sys call. Your program depends on OS. POSIX -- make it in...