What is DOJO?

devquora
devquora

Posted On: Mar 12, 2020

 

DOJO is a modular JavaScript library that is used for the development of cross-platform, JavaScript/Ajax-based applications. Developed by the DOJO foundation, this open-source library was first released in March 2005. The DOJO framework is licensed under the modified BSD license.

This framework has many features such as

  • widgets
  • asynchronous communication
  • packaging system
  • client & server-side data storage
  • support for the Adobe Integrated Runtime.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    DOJO Interview Questions

    List some benefits of using Dojo?

    Some of the benefits of using the DOJO framework are,DOJO has support for modularity and asynchronous loaders. The DOJO toolkit provides a class-like inheritance pattern using the dojo/declare. ...

    DOJO Interview Questions

    What are Dijit and DojoX?

    The Dijit in the Dojo is a widget system. With this, you can build Web 2.0 GUI’s with little or no JavaScript. This widget system is layered on top of the Dojo. It can either be used declarative...

    DOJO Interview Questions

    What libraries supported in DOJO Framework?

    The libraries supported in the Dojo framework is the dijit. It is a library that contains the user-interface modules for widgets and layouts....