Platform Domains
- The
Core
domain must not have any dependency on any of the other domains. This means that neither classes nor assets fromStorefront
,Administration
orElasticsearch
may be used within theCore
domain. - The
Administration
domain may have dependencies on theCore
domain but not on theStorefront
orElasticsearch
domain. - The
Elasticsearch
domain may have dependencies on theCore
domain but not on theStorefront
orAdministration
domain. - The
Storefront
domain may have dependencies on theCore
domain, but not on theAdministration
orElasticsearch
domain.