DOJO Installation, Dojo 1.0.2 Installation

Complete Java Server Faces (JSF) Tutorial - JSF Tutorials. JSF Tutorials at Rose India covers everything you need to know about JSF, This JSF Tutorial contains readable and interesting content organized in proper and sequential manner. Each concept has been explained by simple examples so that you can understand easily and implement immediately into your java web application. It provides coverage of key JSF concepts such as User Interface(UI) components, Renderers, Backing beans, Validators, Converters, Navigation, Event handling, Expession language, Messages etc...

DOJO Installation, Dojo 1.0.2 Installation

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:

  1. dojo
  2. dijit
  3. dojox and 
  4. util

In the next section I will start developing examples using Dojo toolkit.