Available subsystems
Antidoto consists of a set of subsystems. There are core and therefore required subsystems, and some are optional.
The acronym "ti" stands for technological infrastructure. These subsystems are intended to be basic building blocks for concrete architectures.
ti-core
ti-core is the main subsystem in Antidoto. It provides different core functionalities:
- bootstrapping dependent subsystems
- distributed logging (log4j) configuration
- simple startup priorisation with configurable phases for spring beans
The documentation for ti-core can be found here.
ti-testing
This testing subsystem introduces transitive dependencies to the required libraries in the test scope. It is used by Antidoto components.
ti-axis
This subsystem provides modularization of axis 1.x engine configuration, setup and deployment.
The documentation for ti-axis can be found here.
ti-hibernate
This module introduces transitive dependencies to hibernate and the required classes to enable modularization of hibernate configurations.
The documentation for ti-hibernate can be found ti-hibernate
ti-web
This module introduces transitive dependencies to JSF and Facelets and the required classes to enable modularization of web configurations.