←
^
→
AJAX Tricks and Prototype
Direct Web Remoting
DWR
allows your Javascript to use your server-side Java code, in your Java servlet.
Each javascript method invocation gets translated into an XHR call/response.
Here is the
getting started tutorial
.
Must also download and install
Jakarta Commons Logging library
.
Demo: sample
netbeans project
(
zipped
)
José M. Vidal
.
7 of 16