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 about 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.