JAVA Palette

TIBCO ActiveMatrix BusinessWorks™ 5.x: JAVA

Type: Palette

ActiveMatrix BusinessWorks™ 6.x: JAVA Palette

Type: Palette

Note: If the ActiveMatrix BusinessWorks 5.x project has an activity from the Java palette, the ActiveMatrix BusinessWorks application module gets converted to a Java project. The additional src and lib folders are seen in the project. The src folder contains the Java source files. The lib folder contains the Java libraries (JAR Files). Java Nature is also added to the project.
BW 5.x BW 5.x Type BW 6.x BW 6.x Type Migration Support Comments
Java Custom Function Shared Configuration Custom XPATH Function Shared Configuration Supported
Java Global Instance Shared Resource Java Global Instance Shared Resource Supported
Java Schema Shared Configuration XSD Schema .xsd Supported In ActiveMatrix BusinessWorks 6.x the Java To XML and XML To Java activities do not use Java Schema. After migration the corresponding Schema equivalent to the Java Schema is generated and associated with the activity.
Java Code Regular Activity Java Invoke Regular Activity Supported The source code for the Java Code activity which was in-lined in the ActiveMatrix BusinessWorks 5.x now gets created externally in the src folder of the AppModule and then it is referred by the Java Invoke activity with MultiOutput check box selected.
Java Event Source Process Starter Activity Java Process Starter Process Starter Activity Supported The Source code for Java Event Source activity which was in-lined in the ActiveMatrix BusinessWorks 5.x now gets created externally in the src folder of the AppModule and then Java Process Starter activity refers to it.

The Java class implementing the Java Event Source now extends com.tibco.bw.palette.shared.java.JavaProcessStarter class instead of com.tibco.plugin.java.JavaProcessStarter.

Java Event Source in ActiveMatrix BusinessWorks 5.x referring to an external class needs to change this.

Java Method Regular Activity Java Invoke Regular Activity Supported
Java To XML Regular Activity Java To XML Regular Activity Supported
XML To Java Regular Activity XML To Java Regular Activity Supported