Overview the Ajax client run time

The Ajax client run time is a powerful Ajax development toolkit that is based on an IBM supported version of the Dojo Toolkit, Version 1.5. In addition to having gone through an extensive pedigree review, the Ajax client run time includes extensions to the Dojo Toolkit that provide support for the following areas:

Package structure

  Three package structures distribute this library.

    IBM® WebSphere® Application Server Feature Pack for Web 2.0:   
   The run time is distributed as a set of JavaScriptTM, HTML and documentation installed by the feature pack into your WebSphere Application Server home directory. From this directory, users can copy the files into their Web archive (WAR) files as static resources, or they can be copied to a Web server as static content, whichever best fits your usage. Note that this copy is an non-optimized (non-profile) build of Dojo. For the best performance in a particular application, building a profile of the Dojo Toolkit from this set of files is usually necessary. The Dojo Toolkit community provides documentation as well as a tool for constructing profiles.
<app_server_root>/web2fep/Ajax-rt_1.X/ The non-optimized Ajax client run time (The Dojo Toolkit, Version 1.5 plus extensions).
<app_server_root>/web2fep/documentation/AjaxClientRuntime_1.X/dojo/index.html
The general user reference that links to the Dojo Toolkit Web site.
<app_server_root>/web2fep/documentation/AjaxClientRuntime_1.X/ibm_atom/index.html
The general user reference for the ATOM/APP extensions to the Dojo Toolkit.
<app_server_root>/web2fep/documentation/AjaxClientRuntime_1.X/ibm_soap/index.html
The general user reference for the SOAP extensions to the Dojo Toolkit.
<app_server_root>/web2fep/documentation/AjaxClientRuntime_1.X/ibm_opensearch/index.html
The general user reference for the OpenSearch extensions to the Dojo Toolkit.
<app_server_root>/web2fep/documentation/AjaxClientRuntime_1.X/ibm_gauge/index.html
The general user reference for the Gauge extensions to the Dojo Toolkit.
<app_server_root>/web2fep/site/eclipse-update-site.zip
An archived Eclipse site for use with Eclipse based tools. The plug-ins contain development, as well as optimized profile builds of the Dojo Toolkit for use with application development.


    Eclipse plug-in:
       Alternatively, the API is also distributed as a set of plug-ins for Eclipse. 

com.ibm.ajaxruntime.base.dojo.profile: The Dojo Toolkit profile build optimized for only basic Ajax. This is the minimal profile. No dijit, dojox, or extension modules.
com.ibm.ajaxruntime.standard.dojo.profile: The Dojo Toolkit profile build optimized for general usage. Extensions are included.
com.ibm.ajaxruntime.dev.dojo.profile: The non-optimized Dojo Toolkit. Extensions are included.
com.ibm.ajaxruntime.help: The documentation as an Eclipse Help plugin.

    Stand-alone package:
        Lastly, it is distributed as a stand-alone package. The stand alone package is organized in the following manner:

/documentation/dojo/index.html General Dojo Toolkit documentation links.
/documentation/ibm_atom/index.html ATOM extensions documentation.
/documentation/ibm_soap/index.html SOAP extensions documentation.
/documentation/ibm_gauge/index.html Gauges extensions documentation.
/documentation/ibm_opensearch/index.html OpenSearch extensions documentation.
/dojo/
Dojo Core
/dijit/
Dijit Widgets
/dojox/
Dojo extensions
/ibm_soap/
SOAP extensions for the Dojo Toolkit
/ibm_atom/
ATOM/APP extensions for the Dojo Toolkit
/ibm_opensearch/
OpenSearch extensions for the Dojo Toolkit
/ibm_gauge/
Gauge widget extensions for the Dojo Toolkit

For more information, see IBM Education Assistant about Ajax client run time.