Learning Dojo - 1. Introduction

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.