| At line 6 changed 1 line. |
| To invoke the custom encoder in these above scenarios, you need to include a set of jars for the custom encoder into the libraries of your project. Following shows you how you can locate these set of jars and how you can include them. |
| To invoke the custom encoder in these above scenarios, you need to include a set of jars for the custom encoder into the libraries of your project. There are following two ways to achieve this: |
| At line 8 changed 1 line. |
| * Locate the encoderlib.jar which may be typically found in $GlassFishESB_INSTALL_ROOT$\glassfish\addons\jbi-components\encoderlib.jar if you have [GlassFish ESB|https://open-esb.dev.java.net/glassfishesb] installed. This encoderlib.jar file contains following 6 jar files. Unzip it into a temporary directory. |
| \\ |
| ! 1. Add Encoder NetBeans Modules |
| \\ |
| Encoder NetBeans modules when installed, automatically register encoder Java SE libraries with NetBeans library manager. They can then be referenced in Java SE or Java EE projects. |
| * Right click on the "Libraries" folder of your project, and select "Add Library..." |
| [{Image src='image5.png'align='top' }] |
| * From the list of "Available Libraries:", select "Encoder-Framework", "Encoder-Custom" (for custom encoder), and "JAXB 2.1". |
| [{Image src='image6.png'align='top' }] |
| * Once done, you should see a set of jars included in the "Libraries" list of your project. |
| [{Image src='image7.png'align='top' }] |
| \\ |
| \\ |
| ! 2. Add Jar Files Directly |
| \\ |
| * Locate the encoderlib.jar which may be typically found in $GlassFishESB_INSTALL_ROOT$\glassfish\addons\jbi-components\encoderlib.jar if you have [GlassFish ESB|https://open-esb.dev.java.net/glassfishesb] installed. The latest encoderlib.jar may be downloaded from [http://download.java.net/jbi/binaries/open-jbi-components/main/nightly/latest/ojc/encoderlib.jar]. This encoderlib.jar file contains following 6 jar files. Unzip it into a temporary directory. |
| At line 28 changed 1 line. |
| * Any questions/feebacks? \\ |
| * Any questions/feebacks? |