Created: 20.05.2006 - Updated: 20.05.2006
How to install the AJAX Toolkit Framework (ATF)
Contents
Prerequisites
Java 1.4.2 (Sun or IBM)
Tomcat 5 or above or other WTP-supported server
Manual Installation
-
Install XULRunner
Get the latest XULRunner from XULRunner Releases.
For Example:
XULRunner 1.8.0.1 (direct link for Windows: xulrunner-1.8.0.1.en-US.win32.zip), 26.01.2006Installation:
- Unpack the XULRunner package in a directory of your choice (for example: C:\XULRunner).
- Change to the directory where the XULRunner executable file resides.
- Register XULRunner by executing the following at the command
line:
xulrunner --register-global
-
Install Eclipse
Get the latest Eclipse SDK from eclipse project downloads.
For Example:
Eclipse SDK 3.2RC5 (direct link for Windows: eclipse-SDK-3.2RC5-win32.zip), 19.05.2006Unpack the Eclipse SDK package in a directory of your choice (for example: C:\eclipse).
-
Install Graphical Editor Framework (GEF)
Get the latest Version of Graphical Editor Framework (GEF) Runtime from gef project downloads.
For Example:
GEF-runtime-3.2RC3 (direct link: GEF-runtime-3.2RC3.zip), 17.05.2006Unpack GEF into the Eclipse directory.
-
Install Eclipse Modeling Framework (EMF)
Get the latest Version of Eclipse Modeling Framework (EMF) Runtime, XML Schema Infoset Model (XSD) Runtime and Service Data Objects (SDO) Runtime from EMF Downloads.
For Example:
emf-sdo-runtime-2.2.0RC4 (direct link: emf-sdo-runtime-2.2.0RC4.zip), 15.05.2006
xsd-runtime-2.2.0RC4 (direct link: xsd-runtime-2.2.0RC4.zip), 15.05.2006Unpack EMF into the Eclipse directory.
-
Install Java EMF Model (JEM)
Get the latest Version of Java EMF Model (JEM) Runtime from Visual Editor project downloads.
For Example:
JEM-runtime-1.2RC1 (direct link: JEM-runtime-1.2RC1.zip), 18.05.2006Unpack JEM into the Eclipse directory.
-
Install Web Tools Platform (WTP)
Get the latest Version of Web Tools Platform (WTP) Runtime from Web Tools Platform downloads.
For Example:
WTP-S-1.5RC3 Runtime (direct link: wtp-S-1.5RC3-200605182217.zip), 18.05.2006Unpack WTP into the Eclipse directory.
-
Launch Eclipse with the "-clean" Option
Launch Eclipse with the -clean option one time to ensure all plugins are detected properly.
-
Install AJAX Toolkit Framework (ATF)
Get the latest Version of AJAX Toolkit Framework (ATF) from ATF Project Downloads.
For Example:
ATF-0.1-20060519 binary download (direct link: atf-0.1-20060519-1500.zip), 19.05.2006The downloads are in the form of archived update sites. To install the ATF features into your Eclipse installation, perform the following steps:
- Start Eclipse, and select Help -> Software Updates -> Find and Install...
- Select Search for new features to install
- Select Next
- Select New Archived Site...
- Select the location of the downloaded update site zip file
- Select Finish
- Make sure all ATF features are selected
- Follow the remaining prompts to install ATF
-
Install Dojo
Get Dojo 0.2.2 from Dojo Downloads.
Direct link:
dojo-0.2.2-ajax.zip, 20.05.2006Unpack the Content of the ZIP in <ECLIPSE>/plugins/org.eclipse.atf.personality.dojo.runtime_0.2.2/resources
-
Install Rico and Prototype
Get Rico 1.1-beta2 and Prototype 1.3.1 from Rico Downloads.
Direct link:
rico.js (Rico 1.1-beta2)
prototype.js (Prototype 1.3.1)Save rico.js and prototype.js to <ECLIPSE>/plugins/org.eclipse.atf.personality.rico.runtime_1.0.1/resources
-
Install JSlint JavaScript Verifier
Get the JavaScript Validator Plugin JSlint from JSlint Documentation.
Obtain JSlint by open the URL http://www.jslint.com/fulljslint.js and save the page as jslint.js.
Save jslint.js to <ECLIPSE>/plugins/org.eclipse.atf.javascript.validator_1.0.1 (directly under the top level plugin).
First Steps with ATF
Embedded Mozilla Browser
To open the Mozilla Perspective:
- Go to the Windows menu.
- Select Open Perspective, Other.
- From the Select Perspective dialog, select Mozilla.
There are several ways of opening the Embedded Mozilla Browser:
- Click on the toolbar button
when
in the Mozilla Perspective. - Run or Debug a Web Application using the Run As/Run in Mozilla or Debug As/Debug in Mozilla context menu, respectively. (More information under the individual AJAX Personalities section)
Resources
Based on:
