Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Wiki Markup
 *Extension \[meta-tag\]*

indent

  An extension tag in the meta-API declares component which can provide an extension handler (i.e.- the {{SecurityManager}} of a security extension)
 

Inversion of Control

indent
  The design pattern which states that a component NEVER controls its own lifecycle methods and that all dependencies are provided by a hosting object (a container or some caller object).  Control of a component is completely given to the calling object.
 

...

Wiki Markup
 *Stage \[meta-tag\]*

indent

  A stage tag in the meta API declares that the component implements an extended lifecycle stage (i.e.- the component implements "Securable")
 

System Repository

indent
  A set of resources (classes, jars, meta-data, etc.) available only to the kernel or the container.  Includes a privileged classloader.