TIBCO Business Studio™ for BusinessWorks™ Essentials
TIBCO Business Studio for BusinessWorks is an Eclipse-based integration development environment that is used to design and test TIBCO ActiveMatrix BusinessWorks™ applications.
Using TIBCO Business Studio for BusinessWorks, designers implement an executable application that can be deployed to ActiveMatrix BusinessWorks.
Starting TIBCO Business Studio for BusinessWorks
To start TIBCO Business Studio for BusinessWorks on Windows, select . On Linux or Mac OS, select the TIBCO Business Studio for BusinessWorks executable located at <TIBCO_HOME>/studio/<version>/eclipse/.
On the Workspace Launcher dialog, accept the default workspace or browse to create a new workspace, and then click OK. TIBCO Business Studio for BusinessWorks starts and the default development environment, called a workbench, is displayed. A welcome screen is displayed in the window when a workspace is opened for the first time. For more information TIBCO Business Studio for BusinessWorks, see the section Accessing Samples in the ActiveMatrix BusinessWorks™ Samples guide.
- Install the JavaHL libraries. See http://subclipse.tigris.org/wiki/JavaHL for instructions.
- Update the SVN interface to use SVNKit instead of JavaHL. Select and in the Preferences dialog box, select . For the SVN interface Client field, select SVNKit (Pure Java) interface from the drop-down list.
TIBCO Business Studio for BusinessWorks Development Environment
TIBCO Business Studio for BusinessWorks provides a workbench that is used to create, manage, and navigate resources in your Eclipse workspace. A workspace is the location on your machine where the artifacts related to your ActiveMatrix BusinessWorks™ projects are stored.
The TIBCO Business Studio for BusinessWorks workbench has features such as:
- Menu: Contains menu items such as File, Edit, Navigate, Search, Project, Run, Window, and Help.
- Toolbar: Contains buttons for the frequently used commands such as:
- Perspectives: Contain an initial set and layout of views that are needed to perform a certain task. TIBCO Business Studio for BusinessWorks launches the Design perspective by default. Use the Design perspective when designing a process and the Debug perspective when testing and debugging a process. To change the perspective, select from the main menu. Or, you can click the icon at the top right-hand side of the workbench and select the perspective to open.
- Views: Display resources and allow for navigation in the workbench. For example, the Project Explorer view displays the ActiveMatrix BusinessWorks applications, modules, and other resources in your workspace, and the Properties view displays the properties for the selected resource. To open a view, select from the main menu.
- Editors: Provide a canvas to configure, edit, or browse a resource. Double-click a resource in a view to open the appropriate editor for the selected resource. For example, double-click on a process (MortgageAppConsumer.bwp) in the Project Explorer view to open the process in the editor.
Creating an Application and Designing a Process
Create an application and design one or more process(es) within the application in TIBCO Business Studio for BusinessWorks to implement the business logic. See Developing a Basic Process.
Testing and Debugging an Application
Using TIBCO Business Studio for BusinessWorks you can test and debug your application from the design-time.
To run the selected application, select on the toolbar.
from the main menu, or clickTo execute and debug the application, select on the toolbar.
from the main menu, or click- Bundles to be executed.
- Program arguments such as the target operating system, target architecture, and VM arguments.
- Settings that define the Java Runtime Environment including the Java executable, runtime JRE, configuration area, and so on.
- Tracing criteria for the OSGi JAR file, if needed.
- Common options such as saving the results either as local files or as shared files, displaying them in the menus (Debug and/or Run), and defining encoding for the result files.