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

Building and Deploying the Composite Application Project

Building a project compiles the BPEL source file and packages the BPEL file and web service artifacts, including WSDL.

Deploying the project compiles the files in the Composite Application project, packages the compiled BPEL and related web service artifacts (including WSDL) into an archive, and deploys them to the Application Server.

To Build and Deploy the Composite Application

  1. In the Projects window, right-click the PollWriteCompApp project's node, and choose Build from the pop-up menu.

    When the build is complete the Output window reports BUILD SUCCESSFUL.

  2. Right-click the PollWriteCompApp node, and choose Clean and Build from the pop-up menu.

    The design view displays the build of the project.


    image:Build of the Project
  3. Right-click the PollWriteCompApp node, and choose Deploy from the pop-up menu.

    Deployment has succeeded when you see a BUILD SUCCESSFUL message in the GlassFish tab of the Output window.

  4. Open the Services window and expand Servers -> GlassFish V2 -> JBI -> Service Assemblies to see your new deployed Service Assembly.

    If you do not see the deployed project, right-click the Service Assemblies node and choose Refresh.