<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
<title>Eclipse Project</title> | |
<link rel="stylesheet" href="../default_style.css" type="text/css"> | |
</head> | |
<body> | |
| |
<table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" > | |
<tr> | |
<td ALIGN=LEFT width="60%"><font class=indextop>topic area</font><br> | |
<font class=indexsub>the longer description of the topic</font></td> | |
<td WIDTH="40%"><img SRC="../images/Idea.jpg" HSPACE=50 height=86 width=120 align=CENTER></td> | |
</tr> | |
</table> | |
<table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" > | |
<tr> | |
<td ALIGN=LEFT VALIGN=TOP COLSPAN="2" BGCOLOR="#0080C0"><b><font face="Arial,Helvetica" color="#FFFFFF">Introductory | |
title</font></b></td> | |
</tr> | |
</table> | |
<table border=0 cellspacing=5 cellpadding=2 width="100%" > | |
<tr> | |
<td align=RIGHT valign=TOP> </td> | |
<td>The Eclipse Project is an open source project of eclipse.org, overseen | |
by a <a href="team-leaders.html">Project Management Committee</a> (PMC) | |
and project leaders. The work is done in subprojects working against a <a href="http://dev.eclipse.org/viewcvs/">CVS | |
repository</a>. The <a href="eclipse-charter.html">Eclipse Project Charter</a> | |
describes the organization of the project, roles and responsibilities of | |
the participants, and top level development process for the project. The | |
JDT and PDE are plug-in tools for the Eclipse Platform. Together, these | |
three pieces form the Eclipse SDK <a href="../downloads/index.html" target="_top">download</a>, | |
a complete development environment for Eclipse-based tools, and for developing | |
Eclipse itself.</td> | |
</tr> | |
<tr> | |
<td align=RIGHT valign=TOP><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td> | |
<td><b><a href="eclipse_project_plan_2_0.html">Eclipse Project 2.0 Plan</a></b> | |
(Draft for Review)<br> | |
This document lays out the plan for the next major release of the Eclipse | |
Project, designated release 2.0. The main emphasis of the Eclipse 2.0 release | |
will be on improving quality (bug fixing) and performance, with a lesser | |
emphasis on adding new features and APIs.<i> Please send comments about | |
this draft plan to the </i><a href="mailto:eclipse-dev@eclipse.org">eclipse-dev@eclipse.org</a> | |
<i>developer mailing list by December 14, 2001.</i></td> | |
</tr> | |
</table> | |
<table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" > | |
<tr> | |
<td ALIGN=LEFT VALIGN=TOP COLSPAN="2" BGCOLOR="#0080C0"><b><font face="Arial,Helvetica"><font color="#FFFFFF">Other | |
main points</font></font></b></td> | |
</tr> | |
<tr> | |
<td align=RIGHT valign=TOP><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td> | |
<td><b><a target="_top" href="../platform/index.html">Platform</a></b><br> | |
The Platform defines the set of frameworks and common services that collectively | |
make up "integration-ware" required to support a comprehensive | |
tool integration platform. These services and frameworks represent the common | |
facilities required by most tool builders including a standard workbench | |
user interface and project model for managing resources, portable native | |
widget and user interface libraries, automatic resource delta management | |
for incremental compilers and builders, language-independent debug infrastructure, | |
and infrastructure for distributed multi-user versioned resource management. | |
</td> | |
</tr> | |
<tr> | |
<td align=RIGHT valign=TOP><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td> | |
<td><b><a target="_top" href="../jdt/index.html">JDT - Java development tools</a></b><br> | |
The JDT provides the tool plug-ins for the platform that implement a Java | |
IDE for power-users, that supports the development of any Java application, | |
including Eclipse plug-ins. The JDT adds the notion of Java projects and | |
a Java perspective to the Eclipse platform, as well as a number of views, | |
editors, wizards, builders, and code merging and refactoring tools. The | |
JDT allows Eclipse to be a development environment for itself. The JDT plug-ins | |
themselves can also be further extended by other tool builders.</td> | |
</tr> | |
<tr> | |
<td align=RIGHT valign=TOP><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td> | |
<td><b><a target="_top" href="../pde/index.html">PDE - Plug-in development | |
environment</a></b><br> | |
The PDE project provides a number of views and editors that make is easier | |
to build plug-ins for Eclipse. Using the PDE, you can create your plug-in | |
manifest file (plugin.xml), specify your plug-in runtime and other required | |
plug-ins, define extension points, including their specific markup, associate | |
XML Schema files with the extension point markup so extensions can be validated, | |
create extensions on other plug-in extension points, etc. The PDE makes | |
integrating plug-ins easy and fun.<br> | |
</td> | |
</tr> | |
</table> | |
</body> | |
</html> |