2022年MyEclipse使用教程 .pdf
《2022年MyEclipse使用教程 .pdf》由会员分享,可在线阅读,更多相关《2022年MyEclipse使用教程 .pdf(11页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、MyEclipse Web 2.0 Workbench Overview Last Revision: January 27, 2006Outline 1. Preface2. Requirements3. Introduction4. Web 2.0 Workbench1. Web 2.0 Perspective2. Integrated Web 2.0 Browser1. Opening the Web 2.0 Browser3. DOM Inspector5. JavaScript Debugging Support6. FAQ7. User Feedback8. Resources1.
2、 Preface This document was written using Sun JDK 1.4.2, Eclipse 3.1 and MyEclipse 4.1 GA. All screenshots are based upon the default user interface settings for Eclipse, MyEclipse Enterprise Workbench, and Windows XP. If you experience difficulty with the instruction of this document, please see the
3、 User Feedback section for how to provide feedback to the MyEclipse documentation team. Back to Top2. Requirements Below is a list of requirements for this Quickstart: Below is a list of requirements for this Quickstart: 1. Java 2 SDK, Standard Edition 1.4 or later installed (see Resources for a dow
4、nload link) 2. Eclipse 3.1.X SDK (see Resources for a download link) 3. MyEclipse 4.1 GA (see MyEclipse 4.1 GA (see Resources for a download link) Back to Top3. Introduction MyEclipse 4.1 is the first Eclipse-based product to provide the essential development features for programming and debugging W
5、eb 2.0/AJAX web applications. These features are built upon an innovative MyEclipse technology 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 11 页 - - - - - - - - - platform known as the Web 2.0 Tools Platform or W2TP. All W2TP tools and their user-interfaces a
6、re integrated and managed within a special Eclipse workbench known as the MyEclipse Web 2.0 Workbench?. This quickstart presents an overview of the features, concepts, and instructions for working with the MyEclipse Web 2.0 Workbench and its tools. Topics introduced in this document include: ?Web 2.
7、0 Workbench ?Web 2.0 Perspective ?Web 2.0 Browser ?DOM Inspector ?Use JavaScript Debugging takes advantage of the Web 2.0 Workbench Figure 3.1: Example screenshot of Web 2.0 WorkbenchNote-1: It is recommended that you read this document before reading other W2TP quickstarts, namely the JavaScript De
8、velopment and Debugging Quickstart . Note-2 : The Web 2.0 Workbench is only available on the Windows platforms for the 4.1GA release. Linux support for all Web 2.0 features is planned for the upcoming MyEclipse 4.1.1 release. Back to Top名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理
9、 - - - - - - - 第 2 页,共 11 页 - - - - - - - - - 4. Web 2.0 Workbench The Web 2.0 Workbench is a special Eclipse workbench that serves as a desktop environment for seamlessly integrating MyEclipse Web 2.0 tools under a single user-interface window. When a Web 2.0 tool is launched, the Web 2.0 Workbench
10、 window is activated and the user-interface of the active tools is displayed within it according to the workbench perspective (see Web 2.0 Perspective ). Additional Web 2.0 tools will be provided in future releases. Each of these tools will be designed to integrate into the Web 2.0 Workbench. The My
11、Eclipse 4.1 Web 2.0 Workbench consists of the following feature-sets: ?Web 2.0 Workbench Window ?Web 2.0 Perspective ?Web 2.0 Browser ?DOM Inspector ?JavaScript Debugger Engine The following figure depicts the typical layout of the Web 2.0 Workbench. The highlighted elements are described in further
12、 detail in subsequent sections of this document. Figure 4-1: Web 2.0 WorkbenchBack to Top4.1 Web 2.0 Perspective The Web 2.0 Perspective is a user customizable layout of user-interface views, editors, menus and toolbar actions. The perspectives default layout can be seen in Figure 4-1 above. To open
13、 Web 2.0 Perspective, use a perspective shortcut as show in Figure 4.1-1 or navigate to the Eclipse perspectives list and select it (Window menuOpen 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 3 页,共 11 页 - - - - - - - - - PerspectiveOtherMyEclipse Web 2.0 ). Figur
14、e 4.1.1: MyEclipse Web 2.0 perspective shortcutBack to Top4.2 Integrated Web 2.0 Browser Web 2.0/AJAX development is centered around the web browser and browser hosted services. Because the Eclipse SWT Browser lacks the openness and comprehensive features to support the tools of the Web 2.0 Workbenc
15、h, MyEclipse provides a new integrated browser. This browser, known as the Web 2.0 Browser, is Mozilla compatible and provides the common services to support current features such as the MyEclipse DOM Inspector and JavaScript debugger engine, as well as future MyEclipse Web 2.0 features. The Web 2.0
16、 Browser is always launched into the Web 2.0 Perspective and resides in the editor area of the Web 2.0 workbench as shown in Figure 4.2-1 highlighted by a blue border. A big advantage of using the Web 2.0 Browser for browsing web pages is using it in conjunction with the DOM Inspector which is cover
17、ed in more detail in Section 4.3 . 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 4 页,共 11 页 - - - - - - - - - Figure 4.2-1: Integrated Web 2.0 Browser4.2.1 Opening the Web 2.0 BrowserThe easiest method for launching the Web 2.0 Browser from the Web 2.0 Perspective i
18、s to use the Launch MyEclipse Web 2.0 Browser action the main toolbar (see Figure 4.2-2 below). Figure 4.2-2: Launch Web 2.0 Browser actionAn alternative method for launching the Web 2.0 Browser is from the New File Wizard in eclipse as depicted in Figure 4.2-3 (FileNewMyEclipseWebWeb 2.0 Browser )
19、or the New Wizard toolbar action on the toolbar (see Figure 4.2-4). 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 5 页,共 11 页 - - - - - - - - - Figure 4.2-3: Launching new Web 2.0 Browser from FileNewFigure 4.2-4: Launching new Web 2.0 Browser from wizard shortcutsBa
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022年MyEclipse使用教程 2022 MyEclipse 使用 教程
限制150内