[ZF-8969] Manual:
[zend.git] / documentation / manual / en / module_specs / Zend_Dojo.xml
blobf8dade90f2774a8bd0f81ee17284802cae4c6b85
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>JSON-RPC support</para></listitem>
15         <listitem><para>dojo.data 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 the Zend Framework
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 AOL CDN as well as the Google CDN).
33     </para>
34 </sect1>
35 <!--
36 vim:se ts=4 sw=4 et:
37 -->