Creating the FraudDetection Project
In this task, you will create a new project, place it in a desired location, and save it.
- Procedure
- Start TIBCO BusinessEvents Studio. In Windows, click .
- The first time you run TIBCO BusinessEvents Studio, a Welcome screen displays.
You can access this guide from the Welcome page. Click the X next to Welcome to dismiss the screen.
- As needed, create a workspace for your tutorial projects.
Selectand select the directory you want to use, or create new.
- Right-click in the TIBCO BusinessEvents Studio Explorer view (the panel on the left, where the project folders will display), and select
You will see the New Project wizard.
.
- From the list, select Next. and click
-
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 checkbox and select the location.
- Save the project according to the resources you choose to save:
To save all changes to all resources in a project (since last save), click Ctrl+Shift+S.or clickTo save changes in just the currently viewed resource, click Ctrl+S, or click the Save button.or click
You have created a new empty project in the TIBCO BusinessEvents Studio Development perspective.
In the TIBCO BusinessEvents Studio Explorer, the root folder of the project is called FraudDetection. It has a set of project subfolders.
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 generated. Then, you will begin to define your TIBCO BusinessEvents 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, you might define the project ontology first.