Across Web

AcrossWebModule is a basic building block of pretty much every Across application.

It activates Spring MVC support for all modules in the Across context. This means modules can configure Spring MVC features, adding things like controllers, servlets and filters.

On top of regular Spring MVC components, AcrossWebModule adds the following out of the box:

Artifacts

The Across Web dependency is present in Across Platform.

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

Module name: AcrossWebModule

Quick links

Release overview

Release Documentation
5.1.3.RELEASE current Javadoc Reference
5.1.2.RELEASE Javadoc Reference
5.1.1.RELEASE Javadoc Reference
5.1.0.RELEASE Javadoc Reference
5.0.2.RELEASE Javadoc Reference
3.2.0.RELEASE Javadoc Reference
3.0.0.RELEASE Javadoc Reference
2.1.1.RELEASE Javadoc Reference
1.1.3.RELEASE Javadoc Reference