Developing Java Applications
The enhanced Java development tooling in TIBCO Business Studio™ for BusinessWorks™ can be used to develop and debug the Java code. Using the software, you can develop applications graphically (without coding), use existing Java classes, or write custom Java code.
Adding Java-Specific Behavior to Projects
Eclipse projects use the
project nature definition to tag a project as a specific kind of project. By configuring a project to use the
Java nature, you can leverage on the enhanced Java development tooling available in
TIBCO Business Studio for BusinessWorks to develop Java application. A project with Java nature contains a default source folder for Java classes,
src, in addition to other folders.
Accessing Java Classes or Libraries from an ActiveMatrix BusinessWorks™ Application
An
ActiveMatrix BusinessWorks™ application can invoke Java classes or reference libraries containing the Java code, using activities from the
Java palette. Depending on the use case, the Java classes or libraries can reside in one of the following locations:
- Within the same application module as the ActiveMatrix BusinessWorks™ process: when the Java code need not be accessible from other applications, include the Java class within the same application module. See Using a Simple Java Invoke Activity for details.
- In a shared module or Eclipse plug-in project : when the Java code must be shared by multiple applications, use a shared module with Java nature or an Eclipse plug-in project to contain the Java code.
- External to the ActiveMatrix BusinessWorks™ application: when you do not have access to the Java source files and only the Java classes are available, you can invoke the Java methods stored in JAR files.
Copyright © Cloud Software Group, Inc. All rights reserved.