Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Cache OM Tutorial : Rename or Copy the FraudDetection Example (And Change Port)

Rename or Copy the FraudDetection Example (And Change Port)
This tutorial builds on the FraudDetection tutorial. As a starting point for the tutorial, you need to do one of the following:
If you don’t want to build the Fraud Detection Cache (FDCache) project yourself, you can import the provided FDCache example to see how it is configured.
The tutorial assumes you will rename the basic FraudDetection project you configured earlier.
See Dependency of Interactive Readme File on a Higher Level Directory to understand how to organize your files so that you can send events to the running engine.
Learning Points
What is refactoring?  When you make changes to the structure of a project element, such as renaming or moving the element, all references to that element are updated accordingly. This operation is known as project refactoring. Some refactoring type checks are also done for copy-paste operations.
More Information
Chapter 4, Element Refactoring Operations in TIBCO BusinessEvents Developer’s Guide
 
Task A Rename the Fraud Detection Project and Change Port
1.
2.
3.
Open the HTTPConnection resource that’s in the SharedResources folder and change the port to 8109. The FraudDetectionCache project ships with this port, and its readme.html points to it as well (see Dependency Between Readme File and Project — Port Number for details).
4.
Summary and Next Steps
Next you will configure the project to load objects from the cache into the Rete network before the start of an RTC.

Copyright © TIBCO Software Inc. All Rights Reserved