The APEX Developer Guide Sven van der Meer Liam Fallon John Keeny

The APEX developer guide combines a set of guides and howto documents, all addressing aspects for APEX developers. These documents look at APEX internals and how to extend build and extend the platform, and how to add applications. The guide and howto documents are provided as integrated documentation in the APEX site. Furthermore, we provide stand-alone documents in HTML and PDF.

Note: most of the documentation is written in AsciiDoc. We are using the AsciiDoctor version. Due to the different build tools used for the different documentation targets, the rendered documents differ in style. The content however comes always from a single, normative source located in the APEX source repositories.

APEX User Manual documentation

Name Description Links
Developer Guide The complete APEX Developer Guide, including all HowTos and other documentation. The stand-alone versions aggregate all other documents listed in this table.
HowTo: Build APEX from source This HowTo details all variations to build APEX from the source code. Some of the options are: standard build with and without tests, build with all test, build with all components. The document also shows how to build the documentation and the APEX site.
HowTo: Codestyle and Automated Style Checks This HowTo defines the Java coding rules when developing for the APEX system and any of its components. It details how to install and configure required Eclipse plugins (JAutoDoc, Checkstyle) and how to run automated style checks.