8.8. Creating a JBoss BPM Suite Project

Procedure 8.8. Creating a New JBoss BPM Suite project inRed Hat JBoss Developer Studio

  1. From the main menu, select FileNewProject.
    Select jBPMjBPM Project and click Next.
  2. Enter a name for the project into the Project name: text box and click Next.

    Note

    JBoss Developer Studio provides the option to add a sample HelloWorld Rule file to the project. Accept this default by clicking Next to test the sample project in the following steps.
  3. Select the jBPM runtime (or use the default).
  4. Select generate code compatible with jBPM 6 or above, and click Finish.
  5. To test the project, right click the Java file that contains the main method and select Runrun asJava Application.
    The output will be displayed in the console tab.