| 1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!-- Reviewed: no -->
- <sect1 id="zend.dojo.introduction">
- <title>Introduction</title>
- <para>
- Zend Framework ships <ulink
- url="http://dojotoolkit.org">Dojo Toolkit</ulink> to support
- out-of-the-box rich internet application development. Integration
- points with Dojo include:
- </para>
- <itemizedlist>
- <listitem><para><acronym>JSON-RPC</acronym> support</para></listitem>
- <listitem><para><command>dojo.data</command> compatibility</para></listitem>
- <listitem><para>View helper to help setup the Dojo environment</para></listitem>
- <listitem><para>Dijit-specific <classname>Zend_View</classname> helpers</para></listitem>
- <listitem>
- <para>Dijit-specific <classname>Zend_Form</classname> elements and decorators</para>
- </listitem>
- </itemizedlist>
- <para>
- The Dojo distribution itself may be found in the
- <filename>externals/dojo/</filename> directory of Zend Framework's
- distribution. This is a source distribution, which includes Dojo's full
- javascript source, unit tests, and build tools. You can symlink this
- into your javascript directory, copy it, or use the build tool to create
- your own custom build to include in your project. Alternatively, you can
- use one of the Content Delivery Networks that offer Dojo (Zend Framework supports
- both the official <acronym>AOL</acronym> <acronym>CDN</acronym> as well as the Google
- <acronym>CDN</acronym>).
- </para>
- </sect1>
- <!--
- vim:se ts=4 sw=4 et:
- -->
|