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 boilerplate code between the web browser and your Java code. This version 4.0.4 works with Jakarta Servlet 4.0.4.
http://directwebremoting.org/dwr/index.html
The Apache Software License, Version 2.0
Joe Walker David Marginian Mike Wilson Alexander Bunkenburg
Files download
File Operation
dwr-4.0.4.jar download
dwr-4.0.4.pom download
dwr-4.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>cat.inspiracio</groupId>
  <artifactId>dwr</artifactId>
  <version>4.0.4</version>
</dependency>
Gradle Groovy
implementation 'cat.inspiracio:dwr:4.0.4'
Gradle Kotlin
implementation("cat.inspiracio:dwr:4.0.4")
Scala SBT
libraryDependencies += "cat.inspiracio" % "dwr" % "4.0.4"
Groovy Grape
@Grapes(
  @Grab(group='cat.inspiracio', module='dwr', version='4.0.4')
)
Apache Ivy
<dependency org="cat.inspiracio" name="dwr" rev="4.0.4" />
Leiningen
[cat.inspiracio/dwr "4.0.4"]
Apache Buildr
'cat.inspiracio:dwr:jar:4.0.4'