![]() |
|
|||||||||||||||||
Eclipse (computing)Eclipse is an open source platform-independent software framework for delivering what the project calls "rich-client applications" (as opposed to "thin clients", this means the clients perform heavy-duty work on the host running the application). So far this framework has typically been used to develop IDEs (Integrated Development Environments), such as the highly-regarded Java IDE called Java Development Toolkit (JDT) and compiler that come as part of Eclipse (and which are also used to develop Eclipse itself). However, it can be used for other types of client application as well, see the popular BitTorrent client Azureus for example. Eclipse was originally developed by IBM, but is now developed by the Eclipse Foundation, an independent not-for-profit consortium of software industry vendors. Many notable software tool vendors have embraced Eclipse as a future framework for their IDEs, among them Borland and IBM Rational.
ArchitectureThe basis for Eclipse is the rich client platform (RCP). The following components constitute the rich client platform:
Eclipse's widgets are based on IBM's third generation widget toolkit for Java called SWT which is a successor to Sun's first and second generation toolkits (AWT and Swing, respectively). Eclipse's user interface also depends on an intermediate GUI layer called JFace which simplifies the construction of applications based on SWT. Eclipse employs plug-ins in order to provide all of its additional functionality on top of the rich client platform, in contrast to some other IDEs where functionality is typically hard-coded . This plug-in mechanism is a lightweight software componentry framework and for example allows Eclipse to support other languages in addition to the Java. Separate plug-ins have been created that add support for, among others, C/C++ (CDT), Python, telnet and database development. The plug-in architecture supports writing any desired extension to the environment, such as for configuration management. It does not have to be used solely to support other programming languages. HistoryEclipse began as an IBM project. In November 2001, an IBM-independent foundation was formed to further the development of Eclipse. Eclipse 3.0 (2003) selected the OSGi Service Platform specifications as the runtime architecture. See also
External links
The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License.
How to see transparent copy 01-04-2007 01:21:04 |
|





