Recommended: Sing it, brah! 5 fabulous songs for developers
JW's Top 5
Optimize with a SATA RAID Storage Solution
Range of capacities as low as $1250 per TB. Ideal if you currently rely on servers/disks/JBODs
Page 2 of 6
The Dojo toolkit depends on set of JavaScript, CSS, and HTML files to be available in a predefined directory structure at runtime. You can install Dojo in one of three ways:
<SCRIPT TYPE="text/JavaScript" SRC="http://o.aolcdn.com/dojo/1.2/dojo/dojo.xd.js"/>
<SCRIPT TYPE="text/JavaScript"> SRC="http://ajax.googleapis.com/ajax/libs/dojo/1.2/dojo/dojo.xd.js"/>
WebContent subdirectories, such as the js folder, of your Java EE Web application. Now you can use Dojo by including this script tag in your Web page:<SCRIPT TYPE="text/JavaScript" SRC="js/dojo/dojo.js"/>
The Dojo framework code is split into multiple files, but once dojo.js is loaded it will automatically download all necessary remaining files. You can verify that Dojo is installed correctly by
accessing <BASEURL>/js/dijit/themes/themeTester.html. This URL opens an HTML page displaying various Dijit widgets.
Firebug is an open source debugging extension for Firefox. It provides tools for debugging JavaScript, CSS, and HTML. Firebug Lite lets you simulate Firebug functionality in other browsers such as Internet Explorer, Opera, and Safari.
Firebug does the following:
XMLHttpRequests and responses.
I strongly recommended that you use Firefox wtih Firebug during the development phase. Dojo takes care of cross-browser compatibility issues, so code that works in Firefox should also work in other browsers.