Skip to main content

Posts

Showing posts with the label What is DOJO JavaScript Framework

How to setup DOJO Application?

DOJO is a rapid development toolkit for web oriented software on desktop and mobile and internet applications without using the browser’s inbuilt graphics technology. There are basic tow ways for setup the initial configurations. 1.       AOL CDN or Google CDN (Content Delivery Network). 2.       Installing in your Server.

JavaScript DOJO toolkit vs. jQuery

DOJO   is a rapid development toolkit for   web oriented software   on desktop and mobile and internet applications without using the browser’s inbuilt graphics technology created by Alex Russell , Dylan , David , and others in 2004. The jQuery is a JavaScript library created by John Resig in 2006. It is fast and light weight library. The DOJO provides us many more customizing options but it is a heavy and bulky toolkit but the JQuery is a fast and JQuery light library. The DOJO requires a higher bandwidth because it is heavy but not for JQuery . Right now, DOJO toolkit is not having well documented and tutorials. Due to this developers are facing so many difficulties to get in-depth for web development. The DOJO functionality looks like, //The DOJO Global Objects and functions looks like, dojo //The DOM Ready looks like, dojo .ready ( function () { }); //DOJO Id Selector looks like, dojo.byId( "selector-ids" ) //DOJO Class Select...

Why use DOJO Toolkit?

It helps us in DOM scripting and an event management and also it provides us an abstraction over the complex JavaScript functions. DOJO has great support for integrating with back end data store. It works seamlessly with REST services. We even extended Dojo's JSON-Rest-Store for adding custom encoding or decoding and  It worked like a charm . We can use ready made inbuilt components looks like, 1.       Arrays, 2.       Object, 3.       Classes and 4.       Many more It is easily with help of including an <input> tag in the HTML pages. We can start and developed web apps in shortens of time and It also providing us a well-conceived APIs and set of tools for maintaining our web apps. We can downloaded the DOJO Toolkit from http://dojotoolkit.org/ I hope this information helped you! Thank you!

What is DOJO toolkit?

DOJO is a rapid development toolkit for web oriented software on desktop and mobile and internet applications without using the browser’s inbuilt graphics technology.  DOJO is being used by all the popular internet browsers like Internet Explorer, Google Chrome, Safari, Firefox, and Opera and on smart phones and tablets by Apple (iPhone, iPod) Google (Android) and BlackBerry. DOJO provides us many widgets , utilities and AJAX libraries to develop our applications. DOJO provides the connection between DOM element and DOJO function and also contains many DOM elements looks like, 1.       HTML, 2.       SVG and 3.       Style packages. DOJO is helping us to create rich and interactive web applications and it is similar like Comet and Ajax . Dojo has great support for integrating with back end data store. It works seamlessly with REST services . We even extended Dojo's J...