Apache Main | Avalon Main | Up |
FeaturesIntroductionThis document is not complete yet... Extensible architecturePhoenix is written as an extensible micro-kernel. This allows you to:
Flexible environmentPhoenix has native support for use in the following environments:
Integrated managementPhoenix enables JMX management of your software:
Ease and speed up application developmentPhoenix is a container for (server) applications. It can host multiple applications within the same JVM, while keeping them securely isolated from each other. Phoenix provides simple XML configuration files that allow you to rapidly assemble a customised server applications from readily available components (called blocks). Phoenix provides the following services to hosted applications:
Phoenix leverages the Avalon Framework, making it compatible with other Avalon-based projects like Excalibur and Cornerstone, enabling you to easily reuse their functionality. |