Add JAXB Projects as Dependencies in Assembly Projects
- Create an assembly project.
- Create a JAXB project.
JAXB is a binding framework that enables you to convert data between XML and Java formats. In Studio, you can implement JAXB Java classes in your integrations by adding JAXB projects as dependencies in assembly projects.
- On theProject Explorerview, right-click an assembly project.
- Select .
- On theJava Build Pathwindow, select theProjectstab.
- ClickAdd....
- Select a JAXB project to add to your assembly project.
- ClickOK.
- ClickApply and Close.
Studio adds the JAXB project as a dependency in the assembly project. You can now implement your JAXB Java classes in integrations stored within that assembly project.
Deploy your integration.