Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Add JAXB Projects as Dependencies in Assembly Projects

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.
  1. On the
    Project Explorer
    view, right-click an assembly project.
  2. Select
    Build Path
    Configure Build Path...
    .
  3. On the
    Java Build Path
    window, select the
    Projects
    tab.
  4. Click
    Add...
    .
  5. Select a JAXB project to add to your assembly project.
  6. Click
    OK
    .
  7. Click
    Apply 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.