JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Java CAPS File Binding Component Tutorial     Java CAPS Documentation
search filter icon
search icon

Document Information

Using the File Binding Component

Tutorial Requirements

Prerequisites

Starting the GlassFish Server

To Check the Status of the GlassFish V2 Application Server in the NetBeans IDE

To Register the GlassFish V2 Application Server with the NetBeans IDE

To Start the GlassFish V2 Application Server in the NetBeans IDE

Creating a BPEL Module Project

To Create a BPEL Module Project

To Create the WSDL Document for Type Poll

To Create the WSDL Document for Type Write

To Create a BPEL Process

To Add Partner Links to the BPEL Process

To Add a Receive Activity to the BPEL Process

To Add an Invoke Activity to the BPEL Process

To Add an Assign Activity to the BPEL Process

To Clean and Build the BPEL Module Project

Creating a Composite Application Project

To Create a Composite Application Project

Building and Deploying the Composite Application Project

To Build and Deploy the Composite Application

Testing the Composite Application

To Test the PollWriteCompApp Composite Application

Summary

Creating a Composite Application Project

A BPEL Module project is not directly deployable. You must first add a BPEL Module project, as a JBI module, to a Composite Application project. You can then deploy the Composite Application project.

Deploying the project makes the service assembly available to the application server and enables its service units to run.

To Create a Composite Application Project

  1. From the NetBeans IDE's main menu, choose File -> New Project.

    The New Project wizard opens.

  2. In the Categories list, select the SOA node and in the Projects list select Composite Application and click Next.
    image:Creating a Composite Application
  3. In the Name and Location page, change the project name to PollWriteCompApp, and specify the location of project files or just use the default location.
  4. Leave the Set as Main Project option selected and click Finish.
    image:Selecting the Category and the Project

    In the Projects window the new Composite Application PollWriteCompApp node is visible.

  5. To add the BPEL Module project as a JBI module to the Composite Application project, right-click PollWriteCompApp and choose Add JBI Module.

    The Select Project dialog box opens.

  6. Select the PollInOut BPEL project you created earlier. Under Project JAR Files, select the .jar file and click the Add Project JAR Files button.
    image:Adding the Project JAR Files

    The Select Project dialog box closes and the BPEL module project is added to the JBI Modules node of the PollWriteCompApp Composite Application.