Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Fabric3 supports constructor-based, field-based and method-based injection of references and properties. Choose the style that you are most comfortable with.

Configuring a Component

A As an alternative to the Component annotation and DSL approaches, a component can be defined and configured in an XML called a composite instead of using the Component annotation. The following outlines how this is done:

...