The Dojo Toolkit is a powerful
and flexible modular Ajax software development kit. It is broken
down in to three major layers: Dojo Core, Dijit, and DojoX.
- Dojo Core - All the major functions needed to do Ajax development,
plus many features not found in other toolkits
- Dijit - A high quality set of interaction rich widgets and themes
for use when developing Ajax applications
- DojoX (Dojo eXtensions) - A module to contain widgets and APIs
that are useful for developing Ajax applications, but are not needed
in all applications
The Dojo
Toolkit Web site serves as a guide to these layers, introducing
concepts as you need them and working downward from high-level usage
to build your own widgets, custom name
spaces, and unit tests. For more information about Dojo Toolkit,
visit Dojo Toolkit Web
site.