[MANUAL] English:
[zend.git] / documentation / manual / en / module_specs / Zend_Dojo.xml
blob7912b59dd1318afd6e89846c5fc3052a85ce427c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Reviewed: no -->
3 <sect1 id="zend.dojo.introduction">
4     <title>Introduction</title>
6     <para>
7         Zend Framework ships <ulink
8             url="http://dojotoolkit.org">Dojo Toolkit</ulink> to support
9         out-of-the-box rich internet application development. Integration
10         points with Dojo include:
11     </para>
13     <itemizedlist>
14         <listitem><para><acronym>JSON-RPC</acronym> support</para></listitem>
15         <listitem><para><command>dojo.data</command> compatibility</para></listitem>
16         <listitem><para>View helper to help setup the Dojo environment</para></listitem>
17         <listitem><para>Dijit-specific <classname>Zend_View</classname> helpers</para></listitem>
19         <listitem>
20             <para>Dijit-specific <classname>Zend_Form</classname> elements and decorators</para>
21         </listitem>
22     </itemizedlist>
24     <para>
25         The Dojo distribution itself may be found in the
26         <filename>externals/dojo/</filename> directory of Zend Framework's
27         distribution. This is a source distribution, which includes Dojo's full
28         javascript source, unit tests, and build tools. You can symlink this
29         into your javascript directory, copy it, or use the build tool to create
30         your own custom build to include in your project. Alternatively, you can
31         use one of the Content Delivery Networks that offer Dojo (Zend Framework supports
32         both the official <acronym>AOL</acronym> <acronym>CDN</acronym> as well as the Google
33         <acronym>CDN</acronym>).
34     </para>
35 </sect1>
36 <!--
37 vim:se ts=4 sw=4 et:
38 -->