DWR - Easy Ajax for JAVA | Direct Web Remoting



(Back to docs.huihoo.com)

Introduction

DWR is a Java open source library which allows you to write Ajax web sites. It allows code in a browser to use Java functions running on a web server just as if it was in the browser. DWR works by dynamically generating Javascript based on Java classes. The code does some Ajax magic to make it feel like the execution is happening on the browser, but in reality the server is executing the code and DWR is marshalling the data back and forwards.

Documents

• Introduction to Introduction DWR (Direct Web Remoting)
• Hands-on DWR
• Ajax, DWR and Spring

Links

• http://directwebremoting.org/dwr
• http://download.huihoo.com/dwr/