![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
What is TIBCO BusinessEvents Studio? TIBCO BusinessEvents Studio is the Eclipse-based user interface for TIBCO BusinessEvents. 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 Perspectives? TIBCO BusinessEvents has these Eclipse perspectives:What are the bottom tabs? In the lower part of the user interface are various tabs used as needed:
Console The Console view displays and logs the errors resulting from improper execution of the TIBCO BusinessEvents engine. Problems The Problems view reports all validation errors in the project, including language validation errors, access control errors, and so on. It also displays messages relating to project analyzer. Double-click a problem entry to open the associated editor. See Analyze and Validate the Project for more details. Error Log The Error Log view captures all the warnings and errors logged by Eclipse plug-ins. The log file itself has the extension .log file and it is stored in the .metadata subdirectory of the workspace. Properties The Properties view shows metadata about a resource. To view the metadata, click the resource in TIBCO BusinessEvents Studio Explorer. Not all resources use this tab.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. Example projects are kept simple and use provided folder names such as Concepts, Events, Rules. More complex projects might use a different folder hierarchy with names that relate to the purpose or contents of the folders.Chapter 1, Project Tasks in TIBCO BusinessEvents Developer’s Guide discusses actions you can take at the project level such as importing projects, validating projects, using project libraries, and so on.
1. Start TIBCO BusinessEvents Studio. In Windows, click Start > All Programs > TIBCO > YourEnvironment > TIBCO BusinessEvents 5.1 > Studio.
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 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 > 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 checkbox and select the location.)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 generated.
− 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.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |