当前位置: 代码迷 >> Web前端 >> Learning Dojo - 1. Introduction
  详细解决方案

Learning Dojo - 1. Introduction

热度:680   发布时间:2012-11-07 09:56:10.0
Learning Dojo -- 1. Introduction
Notes for reading 'Mastering Dojo'
===========================================

1. We've had wonderful technologies for server-side development, and now it is the turn of the client-side.

2.Dojo is such a framework, which will dismantle the gap between browser-based applications and desktop applications.

3.Features of Dojo
  a. Fix browser defects, such as browser compatibility problems and memory leaks in IE
  b. HTML UI Controls
  c. Dom Querying
  d. Packaging (like Java)

4.Three parts of Dojo
   a.Core Dojo
   b.Djijt  -- UI Controls
   c.Dojox  -- Extension, including more controls and something else.