Download
The Servlet Service Famework makes it easy to use servlets as components which can communicate with each other. The current implementation is based on Spring 2.5.
Artifact |
Description |
Download |
Verify |
---|---|---|---|
Cocoon Serlvet Service Framework 1.3.2 |
Contains the SSF implementation sources |
||
Cocoon Serlvet Service Framework 1.2.0 |
Contains the SSF implementation and the Cocoon components: sources, binaries, javadocs, docs |
Maven 2 Dependency
Add following dependency to your pom.xml file:
<dependency> <groupId>org.apache.cocoon</groupId> <artifactId>cocoon-servlet-service-impl</artifactId> <version>1.3.2</version> </dependency>