Last Version

Controlled Web Toolkit RPC - POM 0.9.0

Provides a controller component for GWT based remote services, that can be configured in a Spring XML application context configuration file. It also provides an optional integration of GWT based remote services into Spring Security.

License

License

GroupId

GroupId

de.itsvs
ArtifactId

ArtifactId

cwtrpc
Version

Version

0.9.0
Type

Type

pom
Description

Description

Controlled Web Toolkit RPC - POM
Provides a controller component for GWT based remote services, that can be configured in a Spring XML application context configuration file. It also provides an optional integration of GWT based remote services into Spring Security.
Project Organization

Project Organization

IT Services VS GmbH

Download cwtrpc 0.9.0

Filename Size
cwtrpc-0.9.0.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/de.itsvs/cwtrpc/ -->
<dependency>
    <groupId>de.itsvs</groupId>
    <artifactId>cwtrpc</artifactId>
    <version>0.9.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.itsvs/cwtrpc/
implementation 'de.itsvs:cwtrpc:0.9.0'
// https://jarcasting.com/artifacts/de.itsvs/cwtrpc/
implementation ("de.itsvs:cwtrpc:0.9.0")
'de.itsvs:cwtrpc:pom:0.9.0'
<dependency org="de.itsvs" name="cwtrpc" rev="0.9.0">
  <artifact name="cwtrpc" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.itsvs', module='cwtrpc', version='0.9.0')
)
libraryDependencies += "de.itsvs" % "cwtrpc" % "0.9.0"
[de.itsvs/cwtrpc "0.9.0"]

Dependencies

compile (3)

Group / Artifact Type Version
com.google.gwt : gwt-servlet jar 2.4.0
org.springframework : spring-context jar 3.0.6.RELEASE
org.springframework : spring-web jar 3.0.6.RELEASE

provided (1)

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

test (4)

Group / Artifact Type Version
junit : junit jar 4.9
org.easymock : easymockclassextension jar 2.5.2
log4j : log4j jar 1.2.16
org.springframework : spring-test jar 3.0.6.RELEASE

Project Modules

  • cwtrpc-core
  • cwtrpc-controller
  • cwtrpc-security
  • cwtrpc-sample1