惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
The Blog of Author Tim Ferriss
S
Securelist
D
Docker
The Register - Security
The Register - Security
GbyAI
GbyAI
Recorded Future
Recorded Future
Engineering at Meta
Engineering at Meta
Stack Overflow Blog
Stack Overflow Blog
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
罗磊的独立博客
博客园 - 【当耐特】
F
Full Disclosure
WordPress大学
WordPress大学
腾讯CDC
小众软件
小众软件
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
SecWiki News
SecWiki News
L
Lohrmann on Cybersecurity
I
InfoQ
MyScale Blog
MyScale Blog
量子位
Cyberwarzone
Cyberwarzone
博客园 - 三生石上(FineUI控件)
The Hacker News
The Hacker News
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Jina AI
Jina AI
博客园_首页
H
Help Net Security
K
Kaspersky official blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Webroot Blog
Webroot Blog
Blog — PlanetScale
Blog — PlanetScale
V
Vulnerabilities – Threatpost
Y
Y Combinator Blog
The Cloudflare Blog
P
Proofpoint News Feed
V
Visual Studio Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
T
Tailwind CSS Blog
爱范儿
爱范儿
P
Privacy International News Feed
Security Archives - TechRepublic
Security Archives - TechRepublic
The GitHub Blog
The GitHub Blog
C
Cybersecurity and Infrastructure Security Agency CISA
B
Blog RSS Feed

博客园 - jascha

Eclipse可视化基面设计方法 Eclipse RCP的解释 java学习步骤 JAVA中的开源框架 Javascript键盘响应及空格屏蔽 - jascha - 博客园 给Eclipse换个启动界面! 干嘛要序列化? Eclipse快捷键 yui-ext~~~cool! 部署Tomcat环境 捣鼓Mashup Mashup,老调新唱~ 微软的新技术 久违,重逢 对网格技术应用的分析 比较集群、网格、P2P区别(表格阐释) ASP.NET AJAX调用WS步骤 我的博客列表 开张大吉啦!
Eclipse安装AJAX环境(ATF,DOJO,Extjs...)
jascha · 2007-06-11 · via 博客园 - jascha

1.下载一堆环境:
1)-->首先下载集成WEB环境的Eclipse:(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
2)下载JDK,我下载的是1.5版本
2)下载Tomcat----Web服务器,必须安装了
3)下载ATF(Ajax AJAX Toolkit Framework)---ATF框架,帮助开发AJAX很有用哦!
4)下载XULRunner(ATF要用到)
参考地址:ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/nightly/contrib/2007-02-02-1.8.1.2pre/xulrunner-1.8.1.2pre.en-US.win32.zip
5)下载Dojo 这里 http://dojotoolkit.org/download/ -------单步调试JS用的,不装这个不能在Eclipse里单步调试...
6)下载Extjs(yui-ext) 这里 http://extjs.com/ -------重点,个人认为比dojo更好用的东东

2.首先把XULRunner解压到一个文件夹中
执行:  xulrunner --register-global
/////////////////////////////////////////////////////////////
注意,如果以前注册过的话:
Uninstall any previous version of Mozilla xulrunner.
If registered for all users:
xulrunner --unregister-global
If registered only for current user:
xulrunner --unregister-user
Register XULRunner by executing either of the following at the command line:
Register for all users:
xulrunner --register-global
Register only for current user:
xulrunner --register-user
/////////////////////////////////////////////////////////////

3.接下来启动eclipse
打开 Eclipse, 选择 Help -> Software Updates -> Find and Install...
选择Search for new features to install
选择 Next
选择 New Archived Site...
选择你刚下载完的ATF压缩文件
选择 Finish
确定所有的 ATF 复选框被选中
接下开始远程安装ATF
一旦ATF安装完后,Eclipse必须使用eclipse -clean 重启

关闭 Eclipse
进入CMD, 进入Eclipse目录 
执行"eclipse -clean"
这个操作只需在ATF做一次就可以了

4.关闭Eclipse,安装DOJO

在 Eclipse 的plugin下的 org.eclipse.atf.personality.dojo.runtime 文件夹下:
打开 resources/ 路径
解压dojo
拷贝 dojo-<version>-ajax/ 下的所有文件到org.eclipse.atf.personality.dojo.runtime 下的resources/路径下.
Note: Dojo 从这里 http://dojotoolkit.org/download/获得
Note: The ATF javascript validator will flag a few of the base Dojo javascript source files as having errors. These "errors" can be ignored and should not cause any break in Dojo functionality.

也可以安装其它环境:

在 Eclipse 的plugin下的org.eclipse.atf.personality.rico.runtime 文件夹下:
打开 resources/ 路径
加入 prototype.js
加入 rico.js
注意: prototype.js 和 rico.js 从这里 http://openrico.org/rico/downloads.page 获得

在 Eclipse 的plugin下的 org.eclipse.atf.javascript.jslint 文件夹下:
加入 jslint.js 到 resources/ 路径下
Note:jslint.js 从 这里 http://www.jslint.com/fulljslint.js 获得