Dojo

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
Interview Transcripts
  Tutorials
  

Articles:
  • Turbocharge Your Pages with AJAX, Dojo, and Struts by Doug Tillman   - [Clicks: 296]
    Enhance users' sense of control with Dojo AJAX calls instead of page reloads. Use Dojo's AJAX API to cleanly invoke Struts actions.
    [Includes source code]
    http://www.devx.com/webdev/Article/31806 - Jun, 2006
  • Build enterprise SOA Ajax clients with the Dojo toolkit and JSON-RPC by Roland Barcia   - [Clicks: 69]
    Learn how to use the Dojo toolkit to build enterprise SOA clients for Java Platform, Extended Edition (Java EE) applications, and the the JavaScript Object Notation–RPC (JSON-RPC) to invoke server-side Java objects.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/websphere/library/techarticles/0606_barcia/0606_barcia.html - Jun, 2006
  • Including AJAX Functionality in a Custom JavaServer Faces Component by Gregory Murray, Jennifer Ball   - [Clicks: 211]
    Asynchronous JavaScript and XML (AJAX) is a technique for making the user interfaces of web applications more responsive and interactive. Because of its flexible and pluggable UI component model, JavaServer Faces technology is the perfect framework to use when adding AJAX functionality to your applications. With the DOJO JavaScript toolkit, it's even easier for component developers to add this functionality. This tutorial describes how to add the power of AJAX to JavaServer Faces components with some help from the DOJO toolkit.
    http://java.sun.com/javaee/javaserverfaces/ajax/tutorial.jsp - May, 2006
  • Using Dojo and JSON to Build Ajax Applications by Zarar Siddiqi   - [Clicks: 182]
    In this article, I will show how to build Ajax-enabled applications using Dojo and JSON--two very different but complementary technologies that can significantly enhance the interface and usability of web applications. With the help of some simple examples, you will learn how to use Dojo and JSON to build Ajax applications. This article will also demonstrate how to create custom Dojo widgets by implementing the popular "autocomplete" feature for HTML text boxes.
    [Includes sample application]
    http://today.java.net/pub/a/today/2006/04/27/building-ajax-with-dojo-and-json.html - Apr, 2006

[Top]

Interview Transcripts:
  • Alex Russell on Dojo 0.4 by Alex Russell
    The Dojo Foundation just released version 0.4 of their JavaScript toolkit with key improvements of accessibility, a 2D vector graphics API, improved internationalization support, and inline API documentation. InfoQ sat with Alex Russell, project lead of the Dojo Toolkit to discuss the new release.
    http://www.infoq.com/news/russell-dojo-0.4 - Oct, 2006

[Top]

Tutorials:
  • Develop HTML widgets with Dojo by Igor Kusakov   - [Clicks: 122]
    In this in-depth introductory tutorial by Web application developer Igor Kusakov, you learn the basics of developing HTML widgets using Dojo; including how to refer an image, how to add an event handler to an HTML page, and how to handle composite widgets. Also, discover some important differences between plain old JavaScript-style coding versus using Dojo, and get tips for handling complex issues inherent in Web application development. Note that this tutorial does not address the overall architecture of a Dojo application or the various Dojo packages. Since the Dojo toolkit is rapidly evolving, many issues discussed in the tutorial are subject to change.
    [Formats: html, pdf]
    http://www-128.ibm.com/developerworks/edu/wa-dw-wa-dojowidgets.html - Oct, 2006

[Top]