What is Dojo Toolkit?
2008-01-09 1:27 am• Open Source set of JavaScript libraries
• Simplifies adding AJAX into web pages!
• Major industry support (Sun, IBM, AOL)
• http://dojotoolkit.com/
• Server side technology independent
Dojo Toolkit Libraries
• dojo.io: AJAX-based
communication with the
server
• dojo.event: unified event
system
• dojo.widget Widget
framework
• dojo.dom: DOM manipulation
routines
• string, json: utility routines to
make JavaScript easier to
use.
Dojo Pro’s And Con’s
• Pro’s
> You can use it with any server side technology
> Make Ajax easier, takes care of browser problems
> Can mix with other Javascript frameworks
• Con’s
> Developer still has to learn some JavaScript
download: http://download.dojotoolkit.org/


