Dojo Tutorial

In this tutorial, you will learn about the dojo and its
directory structure. The main purpose of this tutorial, when a new user learn to
dojo then you need to know about the what is dojo and its directory structure.
Dojo: Dojo is an Open Source JavaScript toolkit
libraries that provides a simple APIs (Application Programming Interface) for
building the serious applications in less time. The main functionality of Dojo
to make HTTP requests and receive their responses. It also provides packages to
string manipulation, DOM manipulation, drag-and-drop support and DS (Data
Structures) such as lists, queues and stacks. Dojo applications are used where
the JavaScript and browsers don't work far enough, in which place the dojo
application gives you powerful, portable, lightweight and tested tools for
creating a dynamic interfaces.
Dojo Directory Structure
Whenever you use Dojo then you follow the following
directory structure and set up the files of the specified location.


|
Current Comments
4 comments so far (post your own) View All Comments Latest 10 Comments:I am new in dojo.I use wblogic8.1 how i configure dojo with weblogic.
Posted by kailash on Thursday, 04.24.08 @ 10:32am | #57772
Hi,
You download the latest version of dojo and then extract into your applications directory.
Then adjust the path of css and js file accordindly:
<style type="text/css">
@import "../resources/dojo.css";
@import "../dijit/themes/tundra/tundra.css";
</style>
<script type="text/javascript" src="dojo.xd.js"
djConfig="parseOnLoad: true"></script>
Then start using DOJO for your application development.
Thanks
Posted by Deepak Kumar on Friday, 03.21.08 @ 13:17pm | #53564
Hi... I have a websphere application server. I downloaded the dojo toolkit. how to configure it? how i connect it with jsp's?
Posted by Suresh on Thursday, 03.20.08 @ 14:49pm | #53464
Hi,
In Inplace Edit Box,when I click "save" button how can I save the data in serverside i.e JSP
or how can I call server side program.
bye
Posted by meenu on Friday, 03.7.08 @ 01:43am | #51750