Web Content Management
WebCmsModule
provides some basic web content management features for
your Across application.
Out-of-the-box it provides the following features:
-
an extensible domain model with common asset types like pages, articles and redirects
-
a way to manage the URLs for these assets
-
a powerful model for building templates and managing dynamic content
-
an easy way to import data using YAML files
A fully functional administration UI is available using Admin Web and EntityModule.
Artifacts
The Web CMS dependency is present in Across Platform.
<dependency>
<groupId>com.foreach.across.modules</groupId>
<artifactId>web-cms-module</artifactId>
</dependency>