Versions Compared

Key

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

...

New feature in AEM 6.1, currently not documented officially besides the AEM 6.1 API Docs.

Key features:

  • Supports "context-specific" configuration and system-wide configuration
  • Supports inheritance of configuration parameter across nested contexts
  • Provides a simple ValueMap and Resource-based API to access configuration values
  • Supports lists of configurations
  • Links content subtrees with configuration nodes via cq:conf property
  • Stores configuration in /conf tree of repository
  • Designed with security in mind (good control of ACLs in /conf)
  • Provides a simple but useful web console plugin for debugging configuration resolving: http://localhost:4502/system/console/conf

...