TIBCO BusinessEvents Studio Tools Utility
TIBCO BusinessEvents Studio Tools is a command-line utility with various operations (tools) you can use to automate common procedures. This chapter documents the tools that can be useful while developing applications in TIBCO BusinessEvents Studio. Other tools in this suite are documented in TIBCO BusinessEvents Decision Manager User’s Guide and TIBCO BusinessEvents Installation
For full details on deployment of an EAR file, see TIBCO BusinessEvents Administration. The buildear operation within the studio-tools utility is useful for automation purposes, for example, in testing environments.
By default, the EAR files are built in memory. The compiler does not use the file system during code generation. Instead, the Studio JVM is used to load all the Java classes and resources into memory until the build process is completed. You can choose to use the file-system based compiler to build EAR files by setting the appropriate options.
- Building an EAR File at the Command Line
- Importing an Older Studio Project at the Command Line
This tool is equivalent to the following menu option in TIBCO BusinessEvents Studio: . It is used to migrate older (4.x, 5.0.x, and 5.1.x) projects to 5.2. - Working With Project Libraries at the Command Line
- Migrating Core Coherence Functions at the Command Line
The TIBCO BusinessEvents DataGrid component is the default cache provider for TIBCO BusinessEvents. Use of Oracle Coherence is also supported for those who want to use their own copy of this software. - Migrating Mapper Functions to XPath 2.0 Using Command Line
After the project is migrated to the XPath 2.0, you can use the migrateMapperFunctions operation of the studio-tools utility to fix common mapper function issues. - Generating All Project Class Files at the Command Line
You can generate all class files in a project at the command line. Although this is a core component, the class files are generally used within the context of TIBCO BusinessEvents Decision Manager, where decision table class files can be separately deployed. - Generating Encrypted Passwords
TIBCO BusinessEvents Studio Tools utility provides a command to generate encrypted passwords. - Running the Tester on the Command Line
Running the Tester on the command line allows you to create test data templates, populate the test data files, and run tests.