October 31st, 2010 – by Kris Zyp
Dojo 1.6 introduces a new API for Comet-style real-time communication based on the WebSocket API. WebSocket provides a bi-directional connection to servers that is ideal for pushing messages from a server to a client in real-time. Dojo’s new dojox.socket module provides access to this API with automated fallback to HTTP-based long-polling for browsers (or servers) that do not support the new WebSocket API. This allows you start using this API with Dojo now.
Continue reading
Posted in Cometd, Dojo, Persevere | 10 Comments
October 19th, 2010 – by blog
In recent years, the jQuery open source library and framework has gained greater attention among a slate of frameworks that includes Dojo, Prototype, GWT and others. While viewers say it has advantages in some parts of development, it remains one among many other important frameworks, although an important one.
Continue Reading
Tags: ajax, Dojo
Posted in press | 1 Comment
October 13th, 2010 – by Matt Kleczka
Dojo Data makes it possible to quickly create web application interfaces and then easily plug-in any data source. It provides an abstraction layer between the user interface and the underlying data source. This allows the user interface developer to focus on the UI without having to worry about database drivers, service endpoints, and unique data formats.
Continue reading
Posted in Dojo, Dojo Grid, JavaScript | 2 Comments