General information

About

AcrossWebModule is the only module included in the Across framework project. It is the base module added to pretty much any Across web application.

AcrossWebModule activates Spring MVC support for all modules in an AcrossContext. This means modules can configure the Spring MVC support, add controllers, servlets and filters.

On top of that, the out-of-the-box Spring MVC functionality is extended in several ways:

AcrossWebModule is not a Web CMS, it only supplies some common infrastructure generally useful when building web applications. Other modules like WebCmsModule provide CMS features on top of Across Web.

Artifact

<dependencies>
	<dependency>
		<groupId>com.foreach.across</groupId>
		<artifactId>across-web</artifactId>
	</dependency>
</dependencies>