Cocoon Servlet Service Implementation

The servlet service framework makes it easy to use servlets as Spring components. It also contains functionality so that a servlet service can call other servlet services that it is connected to in the Spring configuration.

License

License

GroupId

GroupId

org.apache.cocoon
ArtifactId

ArtifactId

cocoon-servlet-service-impl
Last Version

Last Version

1.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

Cocoon Servlet Service Implementation
The servlet service framework makes it easy to use servlets as Spring components. It also contains functionality so that a servlet service can call other servlet services that it is connected to in the Spring configuration.
Project URL

Project URL

http://cocoon.apache.org/subprojects/servlet-service/servlet-service-impl/
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

http://svn.apache.org/repos/asf/cocoon/subprojects/cocoon-servlet-service-impl/tags/cocoon-servlet-service-impl-1.3.2

Download cocoon-servlet-service-impl

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-servlet-service-impl/ -->
<dependency>
    <groupId>org.apache.cocoon</groupId>
    <artifactId>cocoon-servlet-service-impl</artifactId>
    <version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-servlet-service-impl/
implementation 'org.apache.cocoon:cocoon-servlet-service-impl:1.3.2'
// https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-servlet-service-impl/
implementation ("org.apache.cocoon:cocoon-servlet-service-impl:1.3.2")
'org.apache.cocoon:cocoon-servlet-service-impl:jar:1.3.2'
<dependency org="org.apache.cocoon" name="cocoon-servlet-service-impl" rev="1.3.2">
  <artifact name="cocoon-servlet-service-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cocoon', module='cocoon-servlet-service-impl', version='1.3.2')
)
libraryDependencies += "org.apache.cocoon" % "cocoon-servlet-service-impl" % "1.3.2"
[org.apache.cocoon/cocoon-servlet-service-impl "1.3.2"]

Dependencies

compile (10)

Group / Artifact Type Version
org.apache.cocoon : cocoon-spring-configurator jar 2.2.1
org.springframework : spring-core jar 2.5.5
org.springframework : spring-beans jar 2.5.5
org.springframework : spring-context jar 2.5.5
org.springframework : spring-web jar 2.5.5
org.springframework : spring-aop jar 2.5.5
org.aspectj : aspectjrt jar 1.5.4
org.aspectj : aspectjweaver jar 1.5.4
org.apache.cocoon : cocoon-jnet jar 1.2.2
commons-collections : commons-collections jar 3.2

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.4

test (2)

Group / Artifact Type Version
junit : junit jar 4.4
easymock : easymock jar 1.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.2
1.3.1
1.2.0
1.1.0
1.0.0
1.0.0-RC1
1.0.0-M2
1.0.0-M1