FraudDetection Example

In this tutorial you will use a copy of the provided FraudDetection example project.

If you do not want to build the Fraud Detection Cache (FraudDetectionCache) project yourself, you can import the provided FraudDetectionCache example to see how it is configured.

You can also use the FraudDetection project configured in Project Design Tutorial. In that case, you will rename the 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

  • See Element Refactoring Operations in TIBCO BusinessEvents Developer’s Guide.