Overview and 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.
|
Name |
Versions |
Description |
|---|---|---|
|
This is the implementation of the Servlet-Service framework. It doesn't have any dependencies on Cocoon core and can be used to introduce standardized communication between any servlets. |
Download
The artifacts below contain sources, binaries, javadocs and user documentation.
|
Artifact |
Description |
Download |
Verify |
|---|---|---|---|
|
Cocoon Serlvet Service Framework 1.1.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.1.0</version> </dependency>

I think it should be pointed out that you only need to download the zipped version if you intend to use it in another non-cocoon related project and the normal way to make use of it is by creating a Maven dependency in a pom file.
If this isn't done then new users may get confused about the best way to use it; especially since they have been told SSF is the 'right' way to write Cocoon apps.