This documentation is currently being moved to our new documentation site.
Please view or edit the documentation there, instead.
If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.
Infusion Framework Best Practices
An application created using the Infusion Framework will be a collection of individual components. These pages provides guidelines and information that will help you to create components that
- function optimally with the Infusion Framework,
- take full advantage of Framework features, and
- are easy to maintain.
General Guidelines
- Use declarative configuration whenever possible
- Define components to be 'autoInit'
- Define defaults in a consistent order