<< Google is 800 trillion times faster than Microsoft | Home | Architect Level Interview Questions >>

DWR 1.1 Release Candidate 1

DWR version 1.1.RC1 is now available for download.

The new features include:

  • New Converters for Enums and Objects
  • The ability to keep Bean properties hidden from Javascript
  • Integration with Struts, JSF, Beehive
  • Improved integration with Spring, Hibernate and various scripting languages
  • Support for synchronous calling
  • Improved error handling
  • Better support for timeouts and call hooks
  • Many updates to the DHTML library (DWRUtil) to allow more ways mutate your web pages with data from the server

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.

Technorati tags: ,

Tags :


Re: DWR 1.1 Release Candidate 1

In this release will be possible to get a single javascript file for each object created through DWR or Spring? Tnx and sorry for my poor english.

Missing DWR Javascript Functions

It is error when I used any version of DWR, include the newest one.I'm in Windows XP(SP2),JDK1.5.0_06 and Tomcat 5.0.28. How can I do?

Direct Web Remoting (DWR) 1.1 RC1 released

DWR, Direct Web Remoting for Java, has a new 1.1 release candidate available for download. DWR has quickly become the leading open-source Java library for proxy-based remoting of your server side objects. Its also bundled with the popular WebWork f...