Dojo 1.0.2 Installation
Dojo Installation: A quick guide to install Dojo 1.0.2 in your web application. In this section I will show you how you can download and add Dojo capability in your web application.
You can add Dojo capability to any of your web application. If you are developing web application using JSP or Servlet then adding Dojo to your application is very easy task. You have to download the Dojo zip file and unzip it into your web application. In the following section I will show you this in easy steps.
Step1: Download Dojo 1.0.2 ( or latest version)
The latest version of Dojo is available for download from from http://www.dojotoolkit.org/downloads
Visit the above website and click on the download link as shown below:
Click on the download link and save the file (dojo-release-1.0.2.tar.gz) on your system.
Step 2: Uzip the file
Now you uzip the file into your web application. Here is the directory structure of Dojo 1.0.2
The main directories are:
- dojo
- dijit
- dojox and
- util
In the next section I will start developing examples using Dojo toolkit.