DWR (Direct Web Remoting) is a library that lets you do AJAX style calls to your beans wrapped on the server side by a Servlet. It seems like it dynamically creates javascript functions corresponding to you bean methods. Neat. I’ll have to take a closer look at it later. Of course you’re still stuck with handling much of the browser compatibility issues when modifying your DOM with new data, but it does have some utils that should make it easier.
Categories