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

Servlet-Service Framework Implementation

1.1

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

cocoon-servlet-service-1.1.0.zip

pgp md5 sha1

cocoon-servlet-service-1.1.0.tar.gz

pgp md5 sha1

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>
Comments (2)