Content Application Developer Manual / Version 2406.0
Table Of ContentsThe CoreMedia CoreMedia CAE Framework is intended for developing content applications with CoreMedia CMS. Its focus is set on web applications, yet the core frameworks are usable in other environments such as standalone clients, portal containers or web service implementations.
Note
For local development you should enable the Spring profiles dev
, local
,
and disableDataViews
. The dev
profile activates Spring boot actuators, for example,
while local
configures the CAE in a way that it assumes to run on a local developer machine.
The disableDataViews
profile prevents code generation for data views.