Using the FTP Binding Component in a Project

ProcedureTo Create a Composite Application

  1. Choose File —> New Project from the main menu.

    This opens the New Project wizard.

  2. Select the SOA node from the Categories list.

  3. Select the Composite Application node from the Projects list.

  4. Click Next.

    Composite Application
  5. Type the Project Name in the Project Name field.

    For example, SendInventoryCompAppl

  6. Click Finish.

    The Projects window now contains a project node for a Composite Application project called SendInventoryCompAppl.

    Composite Application XML

    This action displays a message in the Output console.


    XML validation finished
  7. Right-click either the Composite Application Project node or expand the node. Select JBI Modules.

    For example, SendInventoryCompAppl

  8. Select Add JBI Module.

  9. Select the Project. Click Add Project JAR Files.

    For example, SendInventory

    The Project JAR Files is build/SEDeployment.jar.

    Add JAR File

    The SendInvetory.jar is added to the project.

  10. Click Save All.

    JAR File Involved
  11. Right-click the Composite Application project node. Select Clean and Build.

    For example, SendInventoryCompAppl

    Clean and Build

    This action displays a message in the Output console:


    BUILD SUCCESSFUL (total time: 1 seconds)
  12. Click Save All.