Chapter 2 Project Design Tutorial : Create the FraudDetection Project

Create the FraudDetection Project
In this task, you start TIBCO Designer and create an empty project.
Learning Points
What is TIBCO Designer?  TIBCO Designer is a project-building user interface used by many TIBCO products, including BusinessEvents. A basic guide to the use of TIBCO Designer is provided in Appendix A, Getting Started With TIBCO Designer.
How should I organize project folders?  Use folders to organize your project components in any way you like. Example projects are kept simple and use folder names such as Concepts, Events, Rules. More complex projects might use a deeper folder hierarchy with names that relate to the purpose or contents of the folders.
What are palettes?  TIBCO Designer organizes resources used to build a project into palettes. Palettes are provided for each product you install. Because ActiveMatrix BusinessWorks is provided with BusinessEvents for use in development (but not production), you see all the ActiveMatrix BusinessWorks palettes, as well as the BusinessEvents ones.
BusinessEvents adds two palettes to those available for TIBCO Designer and TIBCO ActiveMatrix BusinessWorks:
The BusinessEvents Workbench palette provides the resources you need to build a BusinessEvents project. Click the Palettes tab (on the left), then select the BusinessEvents Workbench palette to see the resources.
How do I choose a palette resource?  You can choose a resource by dragging its icon from the palette panel to the design panel, or you can right-click and choose the resource from menus. The palettes and resources you see depend on the context. Only those that present valid choices for your current context are shown.
 
Task A Create the Fraud Detection Project
1.
Click Start > Programs > TIBCO > TIBCO Designer version > Designer version.
2.
From the Project menu, select New Project > New Empty Project. You see the Save Project dialog:
3.
In the Multi-File Project tab of the Save Project dialog box, click the browse button () and create a directory in the location where you want to save your project files. Name the directory FraudDetection.
4.
In the TIBCO Message Encoding field, select ISO8859-1 if it is not already selected.
Encoding  In order to deploy a BusinessEvents project as an application in a TIBCO Administrator domain, the project encoding must match the domain encoding. By default, TIBCO Administrator domains use ISO8859-1 encoding.
5.
You see the TIBCO Designer user interface. In the Project tab, the root folder has the same name as the directory you created, and one subfolder called AESchemas is created automatically.
Your display looks similar to this (you may be using a different number of panels). Names of the panels shown below are used throughout documentation. BusinessEvents Workbench palette has been selected:
Summary and Next Steps
You have created a new empty project in TIBCO Designer. The process is the same for all TIBCO products that use the TIBCO Designer interface. Use of a common project-building tool shortens your learning curve and enables you to integrate different TIBCO products to create useful applications.
Next you will begin to define your BusinessEvents project by building a channel for information to enter the system, and a destination for the system to listen to.
The order in which you build up the project is not important. For example, you might decide that first you want to define all the objects (ontology) for the project.