DWR
Home PageCategories: JSF - JSP - Tag libraries - AJAX
Author: Getahead
Latest version: 2.0 RC 1
Added 2006-06-01Updated 2006-12-08
Open source library that allows you to write Ajax web sites.
DWR (Direct Web Remoting) allows Javascript in a browser to interact with Java on a server and helps you manipulate web pages with the results.
DWR consists of two main parts:
- A Java servlet running on the server that processes requests and sends responses back to the browser
- JavaScript running in the browser that sends requests and can dynamically update the webpage
DWR supports "reverse Ajax", which allows Java on the server to asynchronously send Javascript to the client.
Built for Java |
Library |
Free or free version available |
Source code provided |