Thinking ...

记录所见,所思,所悟...

导航

DWR: Easy AJAX for JAVA

DWR is a Java open source library which helps developers wanting to write web sites that include AJAX technology. It allows code in a web browser to use Java functions running on a web server as if it was in the browser.

It comprises 2 main parts: Code to allow JavaScript to retrieve data from a servlet based web-server using AJAX principles. And a JavaScript library that makes it easier for the web-site developer to dynamically update the web page with the retrieved data.
了解更多,请进http://getahead.ltd.uk/dwr/overview/dwr

posted on 2005-08-25 09:47  barry  阅读(327)  评论(0)    收藏  举报