<< You WILL be coming to my JavaOne talk | Home | Unofficial DWR BOF >>

DWR Version 2.0 Released

dwr-logo

After much waiting, we can at last, say - DWR Version 2.0 has been released.

There are a lot of new features in version 2. Probably too many because it took a while, and it's going to take a few weeks for the documentation to catch-up. Version 1.0 and 1.1 had very good documentation, and we're determined not to let it slip.

Reverse Ajax particularly is doing a lot of very hard things. It has to cope with buggy browsers, buggy web-servers, buggy proxies, multi-threading, multiple languages, and the fact that the web was never designed to do this in the first place. There may be some bugs in the edge-cases, but we'll be fixing them soon. If you do find anything wrong, please report it.

Tags :


Re: DWR Version 2.0 Released

Congratulations!

Re: DWR Version 2.0 Released

THANK YOU!

This version of DWR, rocks. I just finished integrating DWR2 with JPublish and everything is working great!

Here is the small announcement I've made regarding this integration.


Congratulations!

Re: DWR Version 2.0 Released

Congratulations! I've been eagerly anticipating this release since talking to you at AjaxWorld.

Re: DWR Version 2.0 Released

That's a great news! Thank you very much for this library. I'm using version 2 since it was just Milestone 1, and I'm very happy with it's annotation support, debug page and other features.

Re: DWR Version 2.0 Released

Congratulations for DWR 2.0, it ´s great. I am Brazilian and I am writing an article that teaches how to write an application using DWR 2.0. In the article I am using dwr annotations and reverse Ajax then I think the article would be good to show the power of DWR on web applications. If you want I can send you the article and if you like you can post on Brazilian’s section. Thanks. See ya.

Re: DWR Version 2.0 Released

Yes - please send me details: joe at getahead dot org.

Re: DWR Version 2.0 Released

Ok, did you see the email that i sent you? See you.

Re: DWR Version 2.0 Released

I sent a email to you with the article, did you receive? Any suggestion? Thanks.

Re: DWR Version 2.0 Released

Hi Joe: I love DWR, but I am working on a project that requires DWR 1.1. Where can I find the documentation for that version? The current info appears to be for 2.0. For example, I stumbled across the fact that I need to use the package 'DWRUtil.' instead of 'dwr.util.' Thank you! Brian

Re: DWR Version 2.0 Released

Joe, how can I get version of DWR with the "Asynchronous FileUpload" feature?

Re: DWR Version 2.0 Released

I am using DWR and pretty happy with it. Just came across this issue and it is reported as a bug which is fixed in 2.1 version. http://getahead.org/bugs/browse/DWR-13 Where do I download the 2.1 version, or the version where this issue is fixed. the DWR download has 2.0.1.

Re: DWR Version 2.0 Released

Hi everyboby, I have a boring problem. I use scope when config the dwr create,such as: <create creator="new" javascript="ReportJs" scope="script"> when first load the page, everything is ok,but wait about 10 minute don't operate the web page, then operate the links again,have the nullPointException which show that the ReportJs java object's property value is null. Can any friends help me? Thanks.

Re: DWR Version 2.0 Released

I was eagerly awaiting the new version - nice improvements.

Re: DWR Version 2.0 Released

How does DWR scale on web servers like websphere? Is there a way to reduce or suspend threads on a websphere server when using reverse ajax with a large number of clients connecting?

Add a comment Send a TrackBack