Java Programmer's Checklist

When developing eFTL applications in Java for platforms other than Android, remember these steps.

Environment

  • JDK 1.8

Code

Ensure that the following library is in the CLASSPATH:
  • TIBCO_HOME/eftl/version/sdks/java/lib/tibeftl.jar

Compile

None.

Run

  • Ensure that the TIBCO FTL server is running, and provides a TIBCO eFTL service.
  • If your application communicates over EMS channels, ensure that the TIBCO EMS server is running, and that each TIBCO eFTL service can connect to it.
  • If your application uses FTL durables, ensure that persistence stores are configured, running, and reachable.
  • Ensure that each eFTL client can connect to a TIBCO eFTL service.