| |
Dojo for Sling 101 Posted By : at 2008-05-08 13:41:05
Dojo is a Javascript framework that can be used for client-side and server-side Javascript programming and will provide a rich programming environment for Javascript programmers providing browser abstractions, a persistent storage API, ...
Blog Source - http://dev.day.com/microsling/content/blogs/main/dojosling101.html
|
Other Posts about Dojo for Sling 101 you may like: Re: DOJO vs. AJAX Performance Comparison at 2008-05-08 13:42:19
Dojo is a full-fledged AJAX toolkit and provides support beyond just getting JSON formatted data. It can locate DOM notes in a document really quickly (through dojo.query), has functions for updating styles on a dom node easily, ...
Blog Source - http://www.projectzero.org/forum/viewtopic.php?f=4&p=3933#p3933
Re: DOJO vs. AJAX Performance Comparison at 2008-05-08 13:42:19
Dojo does use standard AJAX XMLHTTPRequest calls to communicate with the the backend Groovy scripts, and in a way that works across multiple browsers using the functions dojo.xhrGet/Post/Put/Delete. However, the dojo.js "base" library ...
Blog Source - http://www.projectzero.org/forum/viewtopic.php?f=4&p=3932#p3932 ;  |
|