Is DOJO a part of AJAX What is AJAX and WHAT is DOJO

Showing Answers 1 - 6 of 6 Answers

DOJO is the one of the Client-side Framework
The Dojo toolkit is a modular open source JavaScript toolkit (or library), designed to ease the rapid development of JavaScript- or Ajax-based applications and web sites.

  Was this answer useful?  Yes

Manjulx

  • Jun 4th, 2010
 

AJAX is Asyncrynous JavaScript and XML, toghather they make it possible to make a JavaScript function call to your server and get the response. They use XMLHttpRequest and XMLHttpResponse opbeject.
 
Dojo is an open source JavaScript library, which provides you lots of custom components like calendar, datagrid, scroller etc,  it provides some datastructure mode like arraylist and collection, and it also provides some advance API's like API to make AJAX calls.

Rgds
Manjul

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions