Required tool components:
1. Sun Java 1.5.0 JDK (or higher)
2. Tomcat 5 or above
3. Download wtp-all-in-one-sdk-r-1.5.3-win32.zip (WTP)
Http://download.actuatechina.com/eclipse/webtools/downloads/drops/R1.5/R-1.5.3-200702082048/wtp-all-in-one-sdk-R-1.5.3-win32.zip
4. Download ATF
Http://download.actuatechina.com/eclipse/webtools/atf/atf-0.2.1-v200704051500.zip
Introduction to installing ATF
After downloading ATF
Open eclipse and choose help> Software Updates> Find and install...
Select search for new features to install
Select next
Select New archived site...
Select the ATF compressed file you just downloaded
Select finish
Confirm all ATF check boxes are selected
Next, start Remote Installation of ATF.
Once the installation of ATF is complete, eclipse must use eclipse-clean to restart
Disable eclipse
Go to CMD and enter the eclipse directory.
Run "eclipse-clean"
You only need to perform this operation once at ATF.
5. Search for xulrunner to the xulrunner directory.
Uninstall previous versions of xulrunner.
Registered for all users:
Win32: xulrunner -- unregister-Global
Linux: sudo./xulrunner -- unregister-Global
Registered only for the current user:
Xulrunner -- unregister-user
Register with the new xulrunner:
Register for all users:
Win32: xulrunner -- register-Global
Linux: sudo./xulrunner -- register-Global
Only register with the current user:
Xulrunner -- register-user
6, download dojo here http://dojotoolkit.org/downloads/
Note: The installation must follow the above steps !!!
To obtain all the functions of ATF, three components should be added to the ATF package.
In the org. Eclipse. ATF. personality. Rico. runtime folder under eclipse Plugin:
Open resources/path
Add prototype. js
Add Rico. js
Note: Prototype. js and Rico. js are obtained from the http://openrico.org/rico/downloads.page here
--------------------------------------------------------------------------------
In the org. Eclipse. ATF. personality. dojo. runtime folder under eclipse Plugin:
Open resources/path
Decompress dojo
Copy all files under Dojo-<version>-ajax/to resources/path under org. Eclipse. ATF. personality. dojo. runtime.
Note: dojo can be obtained from http://dojotoolkit.org/download/
--------------------------------------------------------------------------------
In the org. Eclipse. ATF. Javascript. jslint folder under eclipse Plugin:
Add jslint. js to resources/path
Note: jslint. js get from http://www.jslint.com/fulljslint.js here
Develop a dojo application: see http://www.eclipse.org/atf/flash/index2.php
Debug the dojo application: see http://www.eclipse.org/atf/flash/index4.php