Copyright © TIBCO Software Inc. All Rights Reserved |
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.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.
•
1. Open TIBCO BusinessEvents Studio and, as needed, import the FraudDetection project (or a copy of it) into your workspace. See Importing Existing Projects into Your Workspace.
2. Highlight the project name and select File > Rename. Type the name FraudDetectionCache.
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).Summary and Next StepsNext 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 |