InfoQ

News

Nexaweb contributes code to the Dojo JavaScript Toolkit

Posted by Dionysios G. Synodinos on Jun 03, 2008 09:30 AM

Community
Java
Topics
Javascript ,
Web 2.0 ,
Rich Internet Apps
Tags
Dojo ,
Web 2.0

Nexaweb has contributed new software to the Dojo Foundation that aims to advance the use of open source AJAX technology within a company's critical business applications. The software, dubbed 'dojo.E' is a set of extensions to the Dojo Toolkit, that bring XML into Dojo components and a new API for managing DOM modifications based on user interaction. From the original announcement:

Ajax, while powerful, has not been as quickly adopted among the enterprise development community largely due to its unstructured nature.  dojo.E addresses this need through a structured XML-oriented application model that offers a non-intrusive way for developers to add Ajax constructs into web applications without having to rewrite HTML applications.

Nexaweb further claims that:

The combination of the Dojo Toolkit and dojo.E will significantly reduce the development time and costs of building enterprise web applications without requiring developers master JavaScript or Ajax or rebuild applications from scratch.

dojo.E tools include dojo.E Markup and dojo.E Runtime.  dojo.E Markup brings extensible markup language (XML) into dojo components so that developers have a clear understanding of how information will be interpreted and displayed on the page.  dojo.E Runtime provides a programmatic and declarative means for executing the Document Object Model (DOM), an application programming interface that defines the logical structure and display of documents.   dojo.E Runtime tries to assist developers in having a more definitive way for executing the DOM page modifications as the user interacts with the elements being displayed on the screen.

The dojo.E project will continue with the contribution of widgets and tools to the Dojo Foundation that aim to simplify the development and maintenance of dynamic enterprise web applications.

With the contribution from Nexaweb, Dojo further enforced it position as one of the leading Javascript toolkits, with several high profile implementations and good documentation. Moreover the simultaneous publication of three new books for Dojo this month, has the potential to make AJAX programming less of a black art and bring it closer to the enterprise.

For more information on Rich Internet Applications please visit: http://www.infoq.com/ria

No comments

Watch Thread Reply

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.