The DWR project development team recently announced the release of the latest version of DWR 2.0 Milestone 2.
The DWR (Direct Web Remote Control) project is an open-source AJAX solution with the Apache license. Using this framework can make AJAX development very simple. using DWR, you can use JavaScript on the client side to directly call the Java method on the server side and return the value to JavaScript, just like calling it directly on the local client (DWR dynamically generates JavaScrip code based on Java classes ). it provides developers who want to use AJAX and XMLHttpRequest in a simple way. It has a set of Javascript Functions, which simplifies the method for calling Java objects on the application server from HTML pages. It controls different types of parameters and keeps the HTML code readable.
This new version provides Annotation, Reverse Ajax application Jetty Continuations, and write your Javascript in Java.
: Http://getahead.ltd.uk/dwr/changelog/dwr 20m2
(