Avalon Framework - OverviewIntroductionThe Avalon Framework consists of interfaces that define relationships between commonly used application components, best-of-practice pattern enforcements, and several lightweight convenience implementations of the generic components. If that sounds a bit abstract to you, we suggest you start by reading the guide (see below). If you want to see the code first, either download it or get it from CVS. The Getting Started document provides more pointers. Guide to Avalon FrameworkThe Avalon Framework is based on several important programming concepts (design patterns and COP) which are applied throughout Avalon. This documentation first introduces each of these, providing links to external sources for more elaborate documentation. Then, we look at how these concepts are used within Avalon. This is more a theoretical introduction than a hands-on guide. If you prefer looking at code while learning, try our Developing with Avalon paper. Target AudienceThis documentation is aimed towards developers who:
Contents
Avalon Framework Reference DocumentationBesides the Javadocs, we have the Lifecycle Specification and the List of Containers. |