1. Integrate DWR into Your Java Web Application
This tutorial shows how to configure DWR (Direct Web Remoting) with Java Web Application. Design your Ajax application around a JavaScript framework bound to Java objects on the server....
2. An AJAX email contact form using DWR and Scriptaculous
A Simple Ajax email contact form demonstrating the ease in which JavaScript objects can be converted into Java objects using the Direct Web Remoting (DWR) framework. Source code download included.
3. Ajax for Java developers: Java object serialization for Ajax
The article focuses on the techniques you can use to generate data-centric views of your Java objects. It demonstrates a variety of methods you can use to turn your JavaBeans into XML documents. Also, it introduces you to JavaScript Object Notation(JSON)
4. Creating a more accurate JSON .NET Serializer
In this blog article, author shows the code that extends the JavaScriptSerializer to use the XML attributes to serialize my objects and give me greater control over how they were written in to JSON text form.
5. Ajax for Java developers: Ajax with Direct Web Remoting
This tutorial shows how to take things one step further, using a framework that formalizes your ability to make remote procedure calls on server-side Java objects from JavaScript client code.