d

dwr

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.
http://getahead.org/dwr
The Apache Software License, Version 2.0
Joe Walker
Files download
File Operation
dwr-2.0.2.jar download
dwr-2.0.2.pom download
dwr-2.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.directwebremoting</groupId>
  <artifactId>dwr</artifactId>
  <version>2.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.directwebremoting:dwr:2.0.2'
Gradle Kotlin
implementation("org.directwebremoting:dwr:2.0.2")
Scala SBT
libraryDependencies += "org.directwebremoting" % "dwr" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.directwebremoting', module='dwr', version='2.0.2')
)
Apache Ivy
<dependency org="org.directwebremoting" name="dwr" rev="2.0.2" />
Leiningen
[org.directwebremoting/dwr "2.0.2"]
Apache Buildr
'org.directwebremoting:dwr:jar:2.0.2'