close

Filter

loading table of contents...

Studio Developer Manual / Version 2201

Table Of Contents

5.5 Web Application Structure

CoreMedia 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 Section 4.1.3.3, “Application Artifacts” in Blueprint Developer Manual , 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 9.21.1, “Validators” for the details.

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.