Showing posts with label dwr. Show all posts
Showing posts with label dwr. Show all posts

Tuesday, July 1, 2008

Practical DWR Guidelines

I have written a Paper on Practical DWR (Direct Web Remoting) Guidelines. You'll enjoy it if you're a J2EE guy who wants to do some Ajax.


Saturday, June 14, 2008

DWR : Direct Web Remoting

Direct Web Remoting or DWR is the future for Ajax and Java.
DWR is a tool which allows you to invoke a Java Method residing on your AppServer from the browser through JavaScript.

Here's a little introduction about it and a small tutorial which you can try out.
You will also find all the necessary ingredients' links as you move along.