参阅:http://www.eclipse.org/webtools/initial-contribution/IBM/Getting%20Started.html
下载:http://download.eclipse.org/webtools/downloads/initial-contributions/ibm.zip
Explore Various Components
1.Data Tools
The Data Tools contribution offers features to allow you to work with a variety of databases.
You can connect to the database, load and view database objects, sample the contents of tables, and execute SQL statements and commands.
2.J2EE Tools
The J2EE tools contribution offers tools to create, import, export and exploration thru J2EE modules including EAR, Application Client, Connector, EJB and Web projects.
3.Server Tools
The Server Tools component provides a comprehensive framework for supporting servers within Eclipse, as well as a number of supporting tools. The initial contribution contains support for several versions of Apache Tomcat, an internal Web browser for viewing Web pages inside the IDE, and a TCP/IP monitor for observing data flow between a client and a server.
The Server Tools contribution consists of four separate components:
.Web Browser - Support for an internal (hosted within the IDE) Web browser and launching external browsers.
.TCP/IP Monitor - A TCP/IP "tunnel" that sits between a client and server and allows you to monitor the traffic between them. The TCP/IP Monitor is also the basis for the WS-I SOAP monitor.
.Server Tools framework - A generic framework for adding server support to Eclipse. Provides a set of common actions and wizards, and a Servers view and preferences to manage servers. It provides a number of extension points that allow developers to extend the servers that are supported, and API to allow other plugins to access server information and control servers.
.Apache Tomcat server support - Support for running and debugging on Tomcat v3.2, v4.0, v4.1, and v5.0.
4.Structured Source Editing
Structured Source Editors (SSE) can be used to edit XML, HTML, XHTML, CSS, DTD, client-side JavaScript, and JSP 1.1, 1.2, and 2.0 with Java or server-side JavaScript. They are intended to provide all of the advanced features that Eclipse users appreciate in their editors: content assist, customizable highlighting, as-you-type validation, smart editing, integration with outline and property views and much much more.
In addition to the end-user features, the SSE editors are intended to be easy for others to re-use as the source page in multipage editors. One obvious example is as the source page of a WYSIWYG HTML editor. Programmatic interaction with the text model can be accomplished with standard Eclipse text document APIs (e.g. replace) or through standard DOM APIs. We provide a custom DOM implementation that tolerates ill-formed text and that allows for easy integration with other models.
An additional component provided is the Snippets view. This provides a type of "clip book" where plug-in providers and end-users can store their favorite bits of code to drag-and-drop into an editor.
上一页 下一页






