|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
Before starting this tutorial, you should become familiar with TIBCO BusinessWorks terminology and basic concepts. It is not necessary to learn all aspects of BusinessWorks, but you should at least read Chapter 1 of TIBCO BusinessWorks Concepts. That chapter introduces much of the terminology that will be used in this tutorial. TIBCO Designer Main Window is a summary of key concepts you should be familiar with.
Once a project has been developed and tested, you can deploy it using TIBCO Administrator. The TIBCO Administrator User’s Guide describes deployment and includes a tutorial that uses the project created in this manual.The project you will create watches a directory for a specific file. When the file changes, a new file is created that contains the contents of the original file plus the time the change was made to the original file. The new file is named after the change that occurred (create.txt, modify.txt, or remove.txt). If you modify the file multiple times, the new file overwrites the existing modify.txt.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |