Direct Web Remoting

DWR is easy Ajax for Java. It makes it simple to call Java code directly from Javascript. It gets rid of almost all the boiler plate code between the web browser and your Java code.

License

License

GroupId

GroupId

org.directwebremoting
ArtifactId

ArtifactId

dwr
Last Version

Last Version

3.0.2-RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

Direct Web Remoting
DWR is easy Ajax for Java. It makes it simple to call Java code directly from Javascript. It gets rid of almost all the boiler plate code between the web browser and your Java code.

Download dwr

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.2-RELEASE
3.0.1-RELEASE
3.0.0-RELEASE
3.0.0-rc3-RELEASE
3.0.M1
2.0.11-RELEASE
2.0.10
2.0.9
2.0.8
2.0.3
2.0.2
2.0.1
2.0.rc2
2.0.rc1