<< Dive Into Accessibility vs W3C WCAG vs RNIB | Home | Google Trix >>

DWR usage is exploding

Hits have long been a meaningless measure of attention, and it's particularly irrelevant with a software project. But people (or should I say xml-editors) reading your DTD or XSD is a different matter because they only normally get read when people are actually using your software.

DTD Usage

Tags :


Re: DWR usage is exploding

Indeed, so far I have developed three web applications all based on DWR and already on my way to do the fourth one. I have integrated DWR with legacy Struts application (Struts looks ugly now comparing to the beauty of DWR), thanks to you guys for making this more fun and easy. One of the applications is an automobile auction system, and I know I am not using the full potential of DWR. Keep up the fantastic work Joe!

Re: DWR usage is exploding

I've used DWR on 2 projects as well. One for the company I work for, and another for a personal project I'm working on with a friend of mine. Of all the AJAX frameworks available for Java I find DWR to be the best. It does exactly what it sets out to do without forcing any choices on the server or client side, something many others cannot do.

Re: DWR usage is exploding

DWR allows us to tap our wealth of existing business objects and keeps the use of javascript to manipulating widgets. This means that we can deliver production-quality applications to corporate customers - not quick-and-dirty javascript apps so prevalent with ajax.