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 is Eclipse?"

m (Bug 131994 - doing my best to update this.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Eclipse means a lot of different things to different people. To some  
+
Eclipse means a lot of different things to different people. To some Eclipse is a free, state-of-the-art Java development environment. To others, Eclipse is a flexible environment to experiment with new computer languages or extensions to existing languages. To yet others, Eclipse is a comprehensive framework that deploys many advanced and modern software design and implementation techniques.  
Eclipse is a free, state-of-the-art Java development environment.  
+
To others, Eclipse is a flexible environment to experiment with new computer languages or  
+
extensions to existing languages.
+
To yet others, Eclipse is a comprehensive framework that deploys many advanced  
+
and modern software design and implementation techniques.  
+
  
 +
Eclipse is <i>open</i> because its design allows for easy  extension by third parties. It is an <i>Integrated Development Environment (IDE)</i> because it provides tooling to manage workspaces; to build, launch and debug applications; to share artifacts with a team and  to version code; and to easily customize the programming experience. Eclipse is a  <i>platform</i> because it is not a finished application per se but is designed to be extended indefinitely with more and more sophisticated tooling. The platform has no explicit or implicit support whatsoever for Java development as provided by the Java development tools (JDT). The JDT has to play according to the same rules as all the other plug-ins that use the platform.
  
<table cellpadding=7 border=1 bgcolor=lightgrey>
+
Speaking more technically, Eclipse is built on a mechanism for discovering,  integrating, and running modules called <i>plug-ins</i>. A contributor to Eclipse delivers as one or more plug-ins an offering that  manifests itself with a product-specific user interface (UI) in the workbench.  Multiple, usually unrelated, products can be installed in one Eclipse instance and happily live and cooperate  to perform a certain task. The class of end products includes IDEs, but also so-called rich clients, applications that benefit from the Eclipse Platform design and its components but do not look like an IDE. Examples of the latter category include the latest generation of  applications based on IBM Workplace Client Technology, the first of which will be Lotus Workplace Messaging 2.0 and Lotus Workplace Documents 2.0.
<tr><td>
+
Zawinski&#146;s Law: Every program attempts to expand until it can read mail.  
+
Those programs that cannot so expand are replaced by ones that can.
+
  
  
 +
[http://www.eclipse.org/org/ What is Eclipse? From the Eclipse website]
  
&#151;Jamie Zawinski
 
</td></tr>
 
</table>
 
  
 
+
{{Template:FAQ_Tagline}}
 
+
 
+
The official party line is, ''
+
Eclipse is an open (IDE) platform for anything, and for nothing in particular''.
+
Eclipse is <i>open</i> because its design allows for easy
+
extension by third parties. It is an <i>Integrated Development
+
Environment (IDE)</i> because it provides tooling to manage
+
workspaces; to build, launch and debug applications; to share artifacts with a team and
+
to version code; and to easily customize the programming experience. Eclipse is a
+
<i>platform</i> because it
+
is not a finished application per se but is designed to be extended indefinitely with
+
more and more sophisticated tooling. Eclipse is suitable for <i>anything</i> because it
+
has been used successfully to build environments for wide-ranging topics, such as Java
+
development, Web Services, embedded device programming, and game-programming contests.
+
Eclipse has no <i>particular</i> focus on any vertical domain. The dominance of Java
+
development tooling in Eclipse is merely historical. The platform has
+
no explicit or implicit support whatsoever for Java development as provided by the
+
Java development tools (JDT). The JDT has to play according to the same rules as
+
all the other plug-ins that use the platform.
+
 
+
 
+
 
+
When this book was being written, Eclipse itself could not read mail yet, but,
+
of course, products based on Eclipse <i>do</i> exist that can read mail.
+
That sums it all up.
+
 
+
 
+
 
+
Speaking more technically, Eclipse is built on a mechanism for discovering,
+
integrating, and running modules called <i>plug-ins</i>.
+
A contributor to Eclipse delivers as one or more plug-ins an offering that
+
manifests itself with a product-specific user interface (UI) in the workbench.
+
Multiple, usually unrelated, products can be installed in one Eclipse instance
+
and happily live and cooperate  to perform a certain task. The class
+
of end products includes IDEs, but also so-called rich clients, applications that
+
benefit from the Eclipse Platform design and its components but do not look
+
like an IDE. Examples of the latter category include the latest generation of
+
applications based on IBM Workplace Client Technology, the first of which will be
+
Lotus Workplace Messaging 2.0 and Lotus Workplace Documents 2.0.
+
 
+
<hr><font size=-2>This FAQ was originally published in [http://www.eclipsefaq.org Official Eclipse 3.0 FAQs]. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the [http://www.eclipse.org/legal/epl-v10.html Eclipse Public License v1.0].</font>
+

Latest revision as of 16:45, 1 May 2007

Eclipse means a lot of different things to different people. To some Eclipse is a free, state-of-the-art Java development environment. To others, Eclipse is a flexible environment to experiment with new computer languages or extensions to existing languages. To yet others, Eclipse is a comprehensive framework that deploys many advanced and modern software design and implementation techniques.

Eclipse is open because its design allows for easy extension by third parties. It is an Integrated Development Environment (IDE) because it provides tooling to manage workspaces; to build, launch and debug applications; to share artifacts with a team and to version code; and to easily customize the programming experience. Eclipse is a platform because it is not a finished application per se but is designed to be extended indefinitely with more and more sophisticated tooling. The platform has no explicit or implicit support whatsoever for Java development as provided by the Java development tools (JDT). The JDT has to play according to the same rules as all the other plug-ins that use the platform.

Speaking more technically, Eclipse is built on a mechanism for discovering, integrating, and running modules called plug-ins. A contributor to Eclipse delivers as one or more plug-ins an offering that manifests itself with a product-specific user interface (UI) in the workbench. Multiple, usually unrelated, products can be installed in one Eclipse instance and happily live and cooperate to perform a certain task. The class of end products includes IDEs, but also so-called rich clients, applications that benefit from the Eclipse Platform design and its components but do not look like an IDE. Examples of the latter category include the latest generation of applications based on IBM Workplace Client Technology, the first of which will be Lotus Workplace Messaging 2.0 and Lotus Workplace Documents 2.0.


What is Eclipse? From the Eclipse website



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.