The document provides an overview of JBoss Application Server 7. Key points include:
- JBoss AS 7 has a modular, lightweight architecture compared to previous versions. It uses a modular service container (MSC) for fast startup and classloading.
- Modules isolate dependencies and allow different versions to coexist. The server and deployments are implemented as modules.
- JBoss AS 7 is certified for Java EE 6 Web Profile and aims to be small, fast, manageable, and embeddable compared to previous versions.
- New releases will continue adding functionality toward a full Java EE 6 implementation while maintaining the goals of performance and modularity.