Sample APEs

The sample APE forms consist of:

APE_name.html The HTML file is used with the JBuilder project file. It is set up to be used as a “To Do” list.
APE_name.jar The APE’s application file.
APE_name.jpx The .jpx file is the JBuilder project file for the form.
APE_name.propertyeditor.xml The .property.editor.xml file contains details about the application (.jar file).
MakeAPE_nameJar.bat This batch file may be used to package the compiled APE as a JAR file if your development environment does not support the creation of JAR files.
ReadMe.txt The readme file contains information that you will need as you modify the APE file.

The following APE forms are included among the samples. All of them have accompanying source code:

  • ChangeRequest
  • LayoutDesignerAPE
  • LinkTypeChangeRequest
  • LinkTypeFile
  • LinkTypeRequirement
  • LinkTypeTask
  • LinkTypeTopic
  • Requirement
  • Task
  • Topic

Back to top