| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- Using DWR with TIBCO General Interface by Joe Walker - [Clicks: 34]
This article walks through three examples integrating TIBCO's General Interface with Direct Web Remoting. It shows how DWR provides remote access to Java classes, and shows how General Interface can create an interactive rich client, through three examples.
[Includes source code]
http://www.theserverside.com/tt/articles/article.tss?l=UsingDWRwithTIBCO - Dec, 2007 - Ajax Form Validation Using Spring and DWR, Revised by Eric Spiegelberg - [Clicks: 71]
In a previous article, Eric Spiegelberg offered a design for using DWR to allow an Ajax-based web application to provide server-side validation of client-side input. After nearly a year in production, he's back with a cleaner, more efficient design.
http://today.java.net/pub/a/today/2007/12/02/ajax-form-validation-2.html - Dec, 2007 - Creating dynamic web applications with JSF/DWR/DOJO by Ashish Sarin - [Clicks: 433]
This article gives an approach on how JSF, DWR, DOJO can be integrated to create rich web applications which use Portlets and Facelets. It is assumed that the readers have a basic understanding of these frameworks and the features they provide.
http://www.infoq.com/articles/jsf-dojo-dwr - Oct, 2007 - Develop an Ajax-based file upload portlet using DWR by Xiaobo Yang, Robert Allan - [Clicks: 68]
File upload is a basic function of today's Web portals. In this article, authors Xiaobo Yang and Rob Allan describe how to develop an Ajax-based file upload JSR 168-compliant portlet using DWR (Direct Web Remoting). DWR is an ideal Ajax framework for Java developers that dynamically generates JavaScript based on server-side deployed Java classes. You will learn how you can use DWR to retrieve file upload progress from the portal server.
[Includes sample code]
http://www.ibm.com/developerworks/xml/library/wa-aj-dwr/index.html - Aug, 2007 - Ajax for Java developers: Write scalable Comet applications with Jetty and Direct Web Remoting by Philip McCarthy - [Clicks: 44]
Ajax applications driven by asynchronous server-side events can be tricky to implement and difficult to scale. Returning to his popular series, Philip McCarthy shows an effective approach: The Comet pattern allows you to push data to clients, and Jetty 6's Continuations API lets your Comet application scale to a large number of clients. You can conveniently take advantage of both Comet and Continuations with the Reverse Ajax technology in Direct Web Remoting 2.
[Includes sample code]
http://www.ibm.com/developerworks/java/library/j-jettydwr/index.html - Jul, 2007 - Top 50: Interview with Joe Walker of the Direct Web Remoting Project by Marla Parker - [Clicks: 17]
Editor's note: In this interview, Community Manager Marla Parker continues her series of interviews with leaders of some of the most active projects on java.net. In this installment, she corresponds with Joe Walker of Direct Web Remoting, or DWR, a popular library for developing Ajax appliciations in Java, and one which we've highlighted in several java.net feature articles (see resources for links).
http://today.java.net/pub/a/today/2007/06/05/top-50-joe-walker-project-dwr-interview.html - Jun, 2007 - A Field Guide to Java Direct Web Remoting (DWR) by Vlad Kofman - [Clicks: 96]
Looking for a powerful concept that works with any existing Java web application and makes the process of web remoting easier? Discover a unique way of Ajax-enabling existing Java server-side code by exposing it in JavaScript.
http://www.developer.com/design/article.php/3675556 - May, 2007 - Apply DWR to Data Validation in an AJAX Application by Deepak Vohra - [Clicks: 61]
Learn how to use the open source Direct Web Remoting (DWR) library to dynamically generate JavaScript that includes a callback function parameter for web page updates in AJAX applications.
http://www.devx.com/webdev/Article/34427 - Apr, 2007 - Developing Applications Using Reverse Ajax by Katherine Martin - [Clicks: 66]
Your Ajax-powered web client can pull content from a server and work with it, but how can a server update the client asynchronously when it has new data? Katherine Martin shows how the Direct Web Remoting (DWR) library supports a new approach: reverse Ajax.
http://today.java.net/pub/a/today/2007/03/22/developing-applications-using-reverse-ajax.html - Mar, 2007 - Ajax Form Validation Using Spring and DWR by Eric Spiegelberg - [Clicks: 157]
Validating user input in web apps doesn't lend itself to easy solutions: you don't want client-side validation to require you to duplicate your effort, but server-side validations may run long after the invalid input is entered. Eric Spiegelberg has an approach that uses Ajax, via Direct Web Remoting, to let your server-side validation code correct client-side entries on the fly.
http://today.java.net/pub/a/today/2007/02/07/ajax-form-validation-using-spring-and-dwr.html - Feb, 2007