You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

This is the entry point for the whole Config By X theme.

What does it mean

Config By X means that configuration for magnolia can be provided by different means - no longer only by jcr as today. Independently from how it's actually provided these configurations will end up in memory.

 

The Pieces

Config By X basically consists of the model (interfaces + definition classes) as well as the various mechanisms to populate the module (from JCR via Node2Bean, by Code via builders or by file via a new mechanism).

  • The Model layer

  • Configuration "providers"
    • Config By Jcr
    • Config By Code
    • Config By File
TO - BE - MOVED - TO - PROPER - PAGES

Config App

  • will no longer be a content app - has to work on definitions
    • we need common interfaces there
  • No labels