Studio Developer Manual / Version 2107
Table Of ContentsCoreMedia Studio uses a web application for delivering both static content (like the JavaScript code defining the application) and dynamic content stored in the CMS.
Dynamic content is provided by means of a REST service embedded in a Spring web application context. See http://www.springsource.org/ for details about the Spring framework. In the following section, it is assumed that you know about the essential concepts of the Spring inversion of control (IoC) container.
As described in
????,
CoreMedia Studio is assembled from application and component artifacts.
To change and extend the default context configuration you can modify the config files
application.xml
and component-<componentname>.xml
and their corresponding
property files application.properties
and component-<componentname>.properties
in
the /WEB_INF/
file system folder.
You must modify the application context to configure your content validation setup. See Section 7.18.1, “Validators” for the details.