Create the FraudDetection Project

In this task, you start TIBCO BusinessEvents® Extreme Studio and create an empty project.

What is TIBCO BusinessEvents® Extreme Studio? TIBCO BusinessEvents® Extreme Studio is the Eclipse-based user interface for TIBCO BusinessEvents® Extreme . It enables you to build, test, and debug projects. Use of this industry-standard development framework shortens your learning curve and enables you to take advantage of common tools and facilities.

What are the TIBCO BusinessEvents® Extreme Perspectives? TIBCO BusinessEvents® Extreme Studio adds these Eclipse perspectives:

TIBCO BusinessEvents® Extreme switches perspectives transparently depending on the editor you are working with.

What are the bottom tabs? In the lower part of the user interface are various tabs used as needed:

How should I organize project folders? When you create a new project a set of folders is created. You can use a different folder structure to organize your project components in any way you like. Projects should be kept simple and use provided folder names such as Concepts, Events, Rules, Java. More complex projects might use a different folder hierarchy with names that relate to the purpose or contents of the folders.

[Note]

Project Tasks in TIBCO BusinessEvents® Extreme Application Developer’s Guide discusses actions you can take at the project level such as importing projects, validating projects, using project libraries, and so on.

Create the Fraud Detection Project Task Steps

  1. Start TIBCO BusinessEvents® Extreme Studio.

    • In Windows, click Start > All Programs > TIBCO > Your Environment > TIBCO BusinessEvents® Extreme > Studio.

    • In Linux, cd TIBCO_HOME/be/5.1/studio/eclipse. Execute the studio executable in that directory.

  2. The first time you run TIBCO BusinessEvents® Extreme Studio, a Welcome screen displays. You can access this guide from the Welcome page. Click the X next to Welcome to dismiss the screen.

  3. As needed, create a workspace for your tutorial projects. Select File > Switch Workspace > Other and select the directory you want to use. You can create a new directory.

  4. Right click in the TIBCO BusinessEvents® Extreme Studio Explorer view (the panel on the left, where the project folders will display), and select New > Project. You see the New Project wizard.

  5. From the list, select TIBCO BusinessEvents® Extreme > Studio Project.

    Then click Next.

  6. In the New Studio Project dialog, enter the project name FraudDetection, and click Finish. (If you want to use a non-default location, uncheck the Use default location check box and select the location.)

    In the TIBCO BusinessEvents® Extreme Studio Explorer, the root folder of the project is called FraudDetection. It has a set of project subfolders.

    In addition you may see links for various diagrams: FraudDetection.conceptview, FraudDetection.eventview and FraudDetection.projectview. These are respectively concept model, event model, and project (or element) diagrams. Diagrams are created dynamically and are not saved. More diagrams are available for other purposes. They are UML compliant, with some exceptions. Some diagrams are created only when requested.

  7. Save the project.

    • To save all changes to all resources in a project (since last save), click File > Save All or click Ctrl+Shift+S.

    • To save changes in just the currently viewed resource, click File > Save or click Ctrl+S, or click the Save button.

Summary and Next Steps

You have created a new empty project in the TIBCO BusinessEvents® Extreme Studio Development perspective.

Next you will begin to define your TIBCO BusinessEvents® Extreme project by building a channel for information to enter the deployed application, and a destination for the application to listen to.

The order in which you build up the project is not fixed. For example, instead you might define the project ontology first.