Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "FAQ What are Eclipse projects and technologies?"

m
(The Eclipse Project: attempt to prevent some terminology-caused fatalities in page readers. from the good folks at Eclipse Project)
Line 2: Line 2:
 
The Eclipse Foundation oversees a lot of activity, with contributors numbering in  the hundreds. To organize these activities, Eclipse is divided into projects  and subprojects. The four main Eclipse projects in June 2004 were:
 
The Eclipse Foundation oversees a lot of activity, with contributors numbering in  the hundreds. To organize these activities, Eclipse is divided into projects  and subprojects. The four main Eclipse projects in June 2004 were:
  
===[[Eclipse Project|The Eclipse Project]]===
+
===[[Eclipse Project|The "Eclipse Project"]]===
The three outputs of this project are the Eclipse Platform, [[JDT|Java development tools (JDT)]] and  [[PDE|Plug-in Development Environment (PDE)]] tools.  These three components comprise the Eclipse SDK, a full-featured Java IDE with all the necessary features for building Eclipse plug-ins. The Eclipse SDK is what much of the wider software development community equates with the term ''Eclipse''. This book focuses entirely on the components produced by the Eclipse Project.
+
The unfortunately named "Eclipse Project" is the project dedicated to producing the Eclipse SDK, a full-featured Java IDE with all the necessary features for building Eclipse plug-ins. The Eclipse SDK is what much of the wider software development community equates with the term ''Eclipse''. The name "Eclipse Project" made sense back when there were only two or three projects at Eclipse, but now it is frequently referred to as the "Eclipse top-level project" to reduce confusion. The three outputs of this project are the Eclipse Platform, [[JDT|Java development tools (JDT)]] and [[PDE|Plug-in Development Environment (PDE)]] tools. This book focuses entirely on the components produced by the Eclipse Project.
  
 
===The Eclipse Tools Project===
 
===The Eclipse Tools Project===

Revision as of 19:10, 13 January 2012

The Eclipse Foundation oversees a lot of activity, with contributors numbering in the hundreds. To organize these activities, Eclipse is divided into projects and subprojects. The four main Eclipse projects in June 2004 were:

The "Eclipse Project"

The unfortunately named "Eclipse Project" is the project dedicated to producing the Eclipse SDK, a full-featured Java IDE with all the necessary features for building Eclipse plug-ins. The Eclipse SDK is what much of the wider software development community equates with the term Eclipse. The name "Eclipse Project" made sense back when there were only two or three projects at Eclipse, but now it is frequently referred to as the "Eclipse top-level project" to reduce confusion. The three outputs of this project are the Eclipse Platform, Java development tools (JDT) and Plug-in Development Environment (PDE) tools. This book focuses entirely on the components produced by the Eclipse Project.

The Eclipse Tools Project

Examples of development tools based on Eclipse are tools for visual editing, C/C++ development, UML development, quality assurance (QA), graphical editing, modeling, profiling, and even COBOL.

The Eclipse Technologies Project

Projects in this category are oriented toward research and experimentation into future directions for the platform. These projects are not always intended to become part of products today but instead to explore cutting-edge ideas for future Eclipse-based products. Some of these projects, such as the Equinox project to develop a new Eclipse runtime infrastructure, may migrate into the base platform or other core projects. Topics include aspect-oriented programming, collaborative development environments, Eclipse education, and the Open Services Gateway initiative (OSGi).

The Eclipse Web Tools Platform

This project to develop tools for J2EE™ is still in its infancy, but has generated a great deal of excitement about its potential to lay the groundwork for high-quality, interoperable development tools for building Web applications.


This FAQ was originally published in Official Eclipse 3.0 FAQs. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the Eclipse Public License v1.0.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.