Eclipse

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(图形模型仿真)
(图集)
(未显示1个用户的41个中间版本)
第1行: 第1行:
Eclipse 开发平台
+
Eclipse  
  
 
==简介==
 
==简介==
 
[[Image:Eclipse-logo.gif|right]]
 
[[Image:Eclipse-logo.gif|right]]
Eclipse是一种可扩展的开放源代码IDE。2001年11月,IBM公司捐出价值4,000万美元的源代码组建了Eclipse联盟,并由该联盟负责这种工具的后续开发。集成开发环境(IDE)经常将其应用范围限定在“开发、构建和调试”的周期之中。为了帮助集成开发环境(IDE)克服目前的局限性,业界厂商合作创建了Eclipse平台。Eclipse允许在同一IDE中集成来自不同供应商的工具,并实现了工具之间的互操作性,从而显著改变了项目工作流程,使开发者可以专注在实际的嵌入式目标上。
+
Eclipse 是一种可扩展的开放源代码IDE。2001年11月,IBM公司捐出价值4,000万美元的源代码组建了Eclipse联盟,并由该联盟负责这种工具的后续开发。集成开发环境(IDE)经常将其应用范围限定在“开发、构建和调试”的周期之中。为了帮助集成开发环境(IDE)克服目前的局限性,业界厂商合作创建了Eclipse平台。Eclipse允许在同一IDE中集成来自不同供应商的工具,并实现了工具之间的互操作性,从而显著改变了项目工作流程,使开发者可以专注在实际的嵌入式目标上。
  
 
Eclipse框架的这种灵活性来源于其扩展点。它们是在XML中定义的已知接口,并充当插件的耦合点。扩展点的范围包括从用在常规表述过滤器中的简单字符串,到一个Java类的描述。任何Eclipse插件定义的扩展点都能够被其它插件使用,反之,任何Eclipse插件也可以遵从其它插件定义的扩展点。除了解由扩展点定义的接口外,插件不知道它们通过扩展点提供的服务将如何被使用。
 
Eclipse框架的这种灵活性来源于其扩展点。它们是在XML中定义的已知接口,并充当插件的耦合点。扩展点的范围包括从用在常规表述过滤器中的简单字符串,到一个Java类的描述。任何Eclipse插件定义的扩展点都能够被其它插件使用,反之,任何Eclipse插件也可以遵从其它插件定义的扩展点。除了解由扩展点定义的接口外,插件不知道它们通过扩展点提供的服务将如何被使用。
第10行: 第10行:
  
 
Eclipse的最大特点是它能接受由Java开发者自己编写的开放源代码插件,这类似于微软公司的Visual Studio和Sun 微系统公司的NetBeans平台。Eclipse为工具开发商提供了更好的灵活性,使他们能更好地控制自己的软件技术。Eclipse 联盟已经宣布将在2004年中期发布其3.0版软件。这是一款非常受欢迎的java开发工具,这国内的用户越来越多,实际上实用它java开发人员是最多的。缺点就是较复杂,对初学者来说,理解起来比较困难。  
 
Eclipse的最大特点是它能接受由Java开发者自己编写的开放源代码插件,这类似于微软公司的Visual Studio和Sun 微系统公司的NetBeans平台。Eclipse为工具开发商提供了更好的灵活性,使他们能更好地控制自己的软件技术。Eclipse 联盟已经宣布将在2004年中期发布其3.0版软件。这是一款非常受欢迎的java开发工具,这国内的用户越来越多,实际上实用它java开发人员是最多的。缺点就是较复杂,对初学者来说,理解起来比较困难。  
 +
 +
==Eclipse基金会==
 +
The Community for Open Innovation and Collaboration
  
 
==新闻==
 
==新闻==
第15行: 第18行:
 
*[http://planeteclipse.org/planet/ Planet Eclipse]
 
*[http://planeteclipse.org/planet/ Planet Eclipse]
 
<rss>http://feeds.feedburner.com/eclipse/fnews|short|date|max=10</rss>
 
<rss>http://feeds.feedburner.com/eclipse/fnews|short|date|max=10</rss>
 +
 +
==EclipseCon==
 +
*[https://www.eclipsecon.org/2020/past-conferences Past Conferences]
 +
*[https://www.eclipsecon.org/europe2019/session-slides EclipseCon Europe 2019]
 +
*[https://www.eclipsecon.org/france2018/ EclipseCon France 2018]
 +
*[https://eclipsecon.org/france2015/conference/session-slides.html EclipseCon France 2015]
  
 
==Jakarta EE==
 
==Jakarta EE==
第46行: 第55行:
 
  https://dl-ssl.google.com/android/eclipse/  Press OK.
 
  https://dl-ssl.google.com/android/eclipse/  Press OK.
 
* You should now see the new site added to the search list (and checked). Press Finish.
 
* You should now see the new site added to the search list (and checked). Press Finish.
 +
 +
==Platform==
 +
Eclipse Platform Runtime 是微内核(micro-kernel),所有功能由插件提供。
 +
 +
Eclipse Platform Runtime 处理启动
 +
* 发现硬盘上安装的插件
 +
* 匹配扩展点(extension points)的扩展
 +
* 建立全局插件注册表
 +
* 缓存硬盘上的注册表以备下次使用
  
 
==OSGi==
 
==OSGi==
 
*[http://blog.vogella.com/2016/06/21/getting-started-with-osgi-declarative-services/ Getting Started with OSGi Declarative Services]
 
*[http://blog.vogella.com/2016/06/21/getting-started-with-osgi-declarative-services/ Getting Started with OSGi Declarative Services]
 +
 +
==MicroProfile==
 +
*[https://microprofile.io/ MicroProfile] [https://download.eclipse.org/microprofile/ Specification Contents]
 +
*[http://openliberty.io/ Open Liberty]
  
 
==Eclipse项目==
 
==Eclipse项目==
 +
*[https://www.eclipse.org/modeling Eclipse Modeling Project]
 +
*[[Eclipse Tools Project]]
 +
*[https://projects.eclipse.org/projects/technology Eclipse Technology Project]
 
*[[Eclipse Che]]
 
*[[Eclipse Che]]
 
*Eclipse Top-Level Project - http://www.eclipse.org/eclipse/
 
*Eclipse Top-Level Project - http://www.eclipse.org/eclipse/
第57行: 第82行:
 
*[[Eclipse PHP Development Tools]] http://www.eclipse.org/pdt/
 
*[[Eclipse PHP Development Tools]] http://www.eclipse.org/pdt/
 
*[[Eclipse Rich Client Platform]] - http://www.eclipse.org/rcp/
 
*[[Eclipse Rich Client Platform]] - http://www.eclipse.org/rcp/
*[[Eclipse Tools Project]] - http://www.eclipse.org/tools/
 
 
*[[Eclipse Web Tools Platform]] - http://www.eclipse.org/webtools/
 
*[[Eclipse Web Tools Platform]] - http://www.eclipse.org/webtools/
 
*[[Eclipse Test and Performance Tools Platform]] (TPTP) Project - http://www.eclipse.org/tptp/
 
*[[Eclipse Test and Performance Tools Platform]] (TPTP) Project - http://www.eclipse.org/tptp/
*[[Eclipse Business Intelligence and Reporting Tools]] (BIRT) Project - http://www.eclipse.org/birt/
+
*[[Eclipse BIRT|Eclipse Business Intelligence and Reporting Tools]] (BIRT) Project - http://www.eclipse.org/birt/
*[[Eclipse Modeling Project]] - http://www.eclipse.org/modeling/
+
 
*[[Eclipse Data Tools Platform]] - http://www.eclipse.org/datatools/
 
*[[Eclipse Data Tools Platform]] - http://www.eclipse.org/datatools/
 
*[[Device Software Development Platform]] - http://www.eclipse.org/dsdp/
 
*[[Device Software Development Platform]] - http://www.eclipse.org/dsdp/
 
*[[Eclipse SOA Tools Platform]] - http://www.eclipse.org/stp/
 
*[[Eclipse SOA Tools Platform]] - http://www.eclipse.org/stp/
 
*[[Eclipse BPEL]] Project - http://www.eclipse.org/bpel/
 
*[[Eclipse BPEL]] Project - http://www.eclipse.org/bpel/
*[[Eclipse Technology Project]] - http://www.eclipse.org/technology/
 
 
*[[Eclipse Parallel Tools Platform]] - http://www.eclipse.org/ptp/
 
*[[Eclipse Parallel Tools Platform]] - http://www.eclipse.org/ptp/
 
*[[Eclipse AJAX Toolkit Framework]]
 
*[[Eclipse AJAX Toolkit Framework]]
第95行: 第117行:
 
*[https://www.eclipse.org/ecd/ Eclipse Cloud Development (ECD)]
 
*[https://www.eclipse.org/ecd/ Eclipse Cloud Development (ECD)]
 
*[[KNIME]]
 
*[[KNIME]]
 +
*[[Talend]]
 +
*[[Tizen]] Studio
 
*[[CCW IDE]]
 
*[[CCW IDE]]
 +
*[https://github.com/spring-projects/sts4 Spring Tools 4]
 
*[https://projects.eclipse.org/projects/tools.titan Eclipse Titan]
 
*[https://projects.eclipse.org/projects/tools.titan Eclipse Titan]
 
*[[Adobe Flash Builder]]
 
*[[Adobe Flash Builder]]
第127行: 第152行:
  
 
==图形模型仿真==
 
==图形模型仿真==
 +
[[文件:Eclipse-Modeling-logo.jpg|right]]
 
*[https://www.eclipse.org/modeling/ Eclipse Modeling Project]
 
*[https://www.eclipse.org/modeling/ Eclipse Modeling Project]
 
*[https://wiki.eclipse.org/Open_Model_CourseWare_(OMCW) Open Model CourseWare (OMCW)]
 
*[https://wiki.eclipse.org/Open_Model_CourseWare_(OMCW) Open Model CourseWare (OMCW)]
*[https://www.eclipse.org/modeling/emf/ Eclipse Modeling Framework (EMF)]
+
*[[Eclipse Modeling Framework]] (EMF)
*[https://www.eclipse.org/emf-parsley/ Eclipse EMF Parsley]
+
*[https://www.eclipse.org/emf-parsley/ Eclipse EMF Parsley DSL]
 
*[https://www.eclipse.org/ecp/ EMF Client Platform] Model your application !  
 
*[https://www.eclipse.org/ecp/ EMF Client Platform] Model your application !  
 
*[https://projects.eclipse.org/projects/mylyn.context.mft Model Focusing Tools (MFT)]
 
*[https://projects.eclipse.org/projects/mylyn.context.mft Model Focusing Tools (MFT)]
第153行: 第179行:
 
*[https://projects.eclipse.org/projects/modeling.efm Eclipse Formal Modeling Project (E-FMP)]  
 
*[https://projects.eclipse.org/projects/modeling.efm Eclipse Formal Modeling Project (E-FMP)]  
 
*[https://github.com/ObeoNetwork/UML-Designer UML Designer]
 
*[https://github.com/ObeoNetwork/UML-Designer UML Designer]
*[https://www.eclipse.org/sirius/ Sirius]
+
*[https://www.eclipse.org/sirius/ Sirius] The easiest way to get your own Modeling Tool
 
*[https://www.eclipse.org/capella/ Capella]
 
*[https://www.eclipse.org/capella/ Capella]
 
*[https://www.eclipse.org/kitalpha/ Kitalpha]
 
*[https://www.eclipse.org/kitalpha/ Kitalpha]
第183行: 第209行:
 
*[[uDig]]: User-friendly Desktop Internet GIS
 
*[[uDig]]: User-friendly Desktop Internet GIS
 
*[https://www.eclipse.org/soa/ SOA Platform Project]
 
*[https://www.eclipse.org/soa/ SOA Platform Project]
 +
*[https://wiki.eclipse.org/ICE Eclipse Integrated Computational Environment (ICE)] [https://www.eclipse.org/community/eclipse_newsletter/2016/november/article4.php Modeling and Simulation with Eclipse ICE and EAVP]
 +
*[https://projects.eclipse.org/projects/science.eavp Eclipse Advanced Visualization Project (EAVP)]
 +
*[https://github.com/Soltari/NoSQLVisualizationTools/ NoSQL Visualization Tool]
  
 
==Support Server==
 
==Support Server==
 
*[[Apache Tomcat]] // v3.2, v4.0, v4.1, v5.0, v5.5
 
*[[Apache Tomcat]] // v3.2, v4.0, v4.1, v5.0, v5.5
 
*BEA [[WebLogic Server]] // v8.1, v9.0, v9.2
 
*BEA [[WebLogic Server]] // v8.1, v9.0, v9.2
*[[J2EE Runtime Library]]
+
*[https://www.eclipse.org/webtools/community/tutorials/BuildJ2EEWebApp/BuildJ2EEWebApp.html J2EE Runtime Library]
 
*IBM [[WebSphere]] // v6.0
 
*IBM [[WebSphere]] // v6.0
 
*[[JBoss]] // v3.2.3, v4.0
 
*[[JBoss]] // v3.2.3, v4.0
 
*[[JOnAS]] // v4
 
*[[JOnAS]] // v4
*[[Oracle OC4J]] // 10.1.3
+
*[https://docs.oracle.com/cd/B14099_19/web.1012/b14011/chap1.htm Oracle OC4J] // 10.1.3
  
 
此外 Geronimo v1.0, v1.1 IBM WebSphere CE v1.x, Pramati 4.1.x 可通过在线下载支持 Eclipse
 
此外 Geronimo v1.0, v1.1 IBM WebSphere CE v1.x, Pramati 4.1.x 可通过在线下载支持 Eclipse
第214行: 第243行:
  
 
==C/C++==
 
==C/C++==
 +
[[文件:eclipse-cdt.png|right]]
 +
*[https://github.com/eclipse-cdt/ Eclipse CDT @ GitHub]
 
*[http://projects.eclipse.org/projects/tools.linuxtools Eclipse Linux Tools]
 
*[http://projects.eclipse.org/projects/tools.linuxtools Eclipse Linux Tools]
 
*[[Eclipse CDT]](C/C++ Development Tooling)
 
*[[Eclipse CDT]](C/C++ Development Tooling)
 +
 +
==[[Go]]==
 +
[[文件:goclipse-logo.png|right]]
 +
 +
[https://marketplace.eclipse.org/content/goclipse GoClipse]
  
 
==Rust==
 
==Rust==
 +
[[文件:eclipse-corrosion-rust.png|right]]
 
*[https://github.com/eclipse/corrosion Eclipse Corrosion @ GitHub]
 
*[https://github.com/eclipse/corrosion Eclipse Corrosion @ GitHub]
 
*[https://projects.eclipse.org/projects/tools.corrosion Eclipse Corrosion: the Eclipse IDE for Rust]
 
*[https://projects.eclipse.org/projects/tools.corrosion Eclipse Corrosion: the Eclipse IDE for Rust]
第225行: 第262行:
  
 
==Dart==
 
==Dart==
[https://github.com/eclipse/dartboard Dartboard] is an Eclipse plugin for [[Dart]] and [[Flutter]] development.
+
*[https://github.com/eclipse/dartboard Dartboard] is an Eclipse plugin for [[Dart]] and [[Flutter]] development.
 +
*[https://github.com/dartdesigner/Dart-Designer Dart Designer]
  
 
==[[Lua]]==
 
==[[Lua]]==
第262行: 第300行:
  
 
==PHP==
 
==PHP==
 +
[[文件:eclipse-php-pdt.png|right]]
 +
*[https://www.eclipse.org/pdt/ Eclipse PHP Development Tools (PDT)]
 +
*[https://github.com/eclipse/pdt PDT @ GitHub]
 +
*[https://p2.pdt-extensions.org PDT Extension group]
  
 
==Erlang==
 
==Erlang==
 
[https://github.com/erlang/erlide_eclipse Erlide]
 
[https://github.com/erlang/erlide_eclipse Erlide]
 +
 +
==Lisp==
 +
*[https://marketplace.eclipse.org/content/counterclockwise Counterclockwise] [[Clojure]] plugin
 +
*[https://marketplace.eclipse.org/content/dandelion Dandelion] [[Common Lisp]] plugin
  
 
==Ada==
 
==Ada==
第294行: 第340行:
 
image:eclipse-jdt-architecture.png|JDT架构
 
image:eclipse-jdt-architecture.png|JDT架构
 
image:eclipse-4-Architecture.png|Eclipse4架构
 
image:eclipse-4-Architecture.png|Eclipse4架构
 +
image:Mylyn-components.png|Mylyn
 
image:Eclipse-CDT.png|CDT
 
image:Eclipse-CDT.png|CDT
 
image:eclipse-java-scala-clojure-js.png|Java,Scala,Clojure,JS
 
image:eclipse-java-scala-clojure-js.png|Java,Scala,Clojure,JS
第320行: 第367行:
 
image:Modisco-UseCases.png|Modisco用例
 
image:Modisco-UseCases.png|Modisco用例
 
image:Modisco-Technologies.png|Modisco技术
 
image:Modisco-Technologies.png|Modisco技术
 +
image:Eclipse-MicroProfile.png|Eclipse MicroProfile
 +
image:Jakarta-EE-Licensing.png|Jakarta EE Licensing
 +
image:Spring-vs-MicroProfile.png|Spring vs MicroProfile
 +
image:MicroProfile-Reactive-Messaging.png|MicroProfile Reactive Messaging
 +
image:Eclipse-Language-Servers.png|Language Servers
 +
image:Eclipse-Capella-Semantic-Colormap.png|Capella语义柱状图
 +
image:Eclipse-Capella-Operational-Architecture.png|Capella业务架构
 +
image:Eclipse-KUKSA.png|Eclipse KUKSA
 
</gallery>
 
</gallery>
  
第334行: 第389行:
 
*http://ftp.daum.net/eclipse/
 
*http://ftp.daum.net/eclipse/
 
*[http://eclipsesource.com/en/services/eclipse-training/ Training for Eclipse technology]
 
*[http://eclipsesource.com/en/services/eclipse-training/ Training for Eclipse technology]
 +
*[https://blogs.eclipse.org/post/wayne-beaton/becoming-eclipse-committer Becoming an Eclipse Committer]
  
 
[[category:software development]]
 
[[category:software development]]

2021年8月31日 (二) 04:12的版本

Eclipse

目录

简介

Eclipse-logo.gif

Eclipse 是一种可扩展的开放源代码IDE。2001年11月,IBM公司捐出价值4,000万美元的源代码组建了Eclipse联盟,并由该联盟负责这种工具的后续开发。集成开发环境(IDE)经常将其应用范围限定在“开发、构建和调试”的周期之中。为了帮助集成开发环境(IDE)克服目前的局限性,业界厂商合作创建了Eclipse平台。Eclipse允许在同一IDE中集成来自不同供应商的工具,并实现了工具之间的互操作性,从而显著改变了项目工作流程,使开发者可以专注在实际的嵌入式目标上。

Eclipse框架的这种灵活性来源于其扩展点。它们是在XML中定义的已知接口,并充当插件的耦合点。扩展点的范围包括从用在常规表述过滤器中的简单字符串,到一个Java类的描述。任何Eclipse插件定义的扩展点都能够被其它插件使用,反之,任何Eclipse插件也可以遵从其它插件定义的扩展点。除了解由扩展点定义的接口外,插件不知道它们通过扩展点提供的服务将如何被使用。

利用Eclipse,我们可以将高级设计(也许是采用UML)与低级开发工具(如应用调试器等)结合在一起。如果这些互相补充的独立工具采用Eclipse扩展点彼此连接,那么当我们用调试器逐一检查应用时,UML对话框可以突出显示我们正在关注的器件。事实上,由于Eclipse并不了解开发语言,所以无论Java语言调试器、C/C++调试器还是汇编调试器都是有效的,并可以在相同的框架内同时瞄准不同的进程或节点。

Eclipse的最大特点是它能接受由Java开发者自己编写的开放源代码插件,这类似于微软公司的Visual Studio和Sun 微系统公司的NetBeans平台。Eclipse为工具开发商提供了更好的灵活性,使他们能更好地控制自己的软件技术。Eclipse 联盟已经宣布将在2004年中期发布其3.0版软件。这是一款非常受欢迎的java开发工具,这国内的用户越来越多,实际上实用它java开发人员是最多的。缺点就是较复杂,对初学者来说,理解起来比较困难。

Eclipse基金会

The Community for Open Innovation and Collaboration

新闻

Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 Eclipse Thanks, Wikipedia.

EclipseCon

Jakarta EE

Java EE 项目迁移到 Eclipse 基金会

Old Name Jakarta EE
Glassfish Eclipse Glassfish
Java Community Process (JCP) [*] Eclipse EE.next Working Group (EE.next)
Oracle development management Eclipse Enterprise for Java (EE4J) Project Management Committee (PMC)

Eclipse 4.x

Eclipse 3.x

  • Eclipse Indigo (3.7)
  • Eclipse Helios (3.6)
  • Eclipse Galileo (3.5)

Eclipse 3.3 很有用的工具是它的 Updates功能:

  • Start Eclipse, then select Help > Software Updates > Find and Install....
  • In the dialog that appears, select Search for new features to install and press Next.
  • Press New Remote Site.
  • In the resulting dialog box, enter a name for the remote site (e.g. Android Plugin) and enter this as its URL:
https://dl-ssl.google.com/android/eclipse/  Press OK.
  • You should now see the new site added to the search list (and checked). Press Finish.

Platform

Eclipse Platform Runtime 是微内核(micro-kernel),所有功能由插件提供。

Eclipse Platform Runtime 处理启动

  • 发现硬盘上安装的插件
  • 匹配扩展点(extension points)的扩展
  • 建立全局插件注册表
  • 缓存硬盘上的注册表以备下次使用

OSGi

MicroProfile

Eclipse项目

UI/SWT/RCP

IDE & Tool

Eclipse-based IDEs & Tools (The Eclipse workbench is a powerful UI framework for IDEs and also other applications.)

Vim & Emacs

图形模型仿真

Eclipse-Modeling-logo.jpg

Support Server

此外 Geronimo v1.0, v1.1 IBM WebSphere CE v1.x, Pramati 4.1.x 可通过在线下载支持 Eclipse

Language Server Protocol

XML

Xtext

JVM

C/C++

Eclipse-cdt.png

Go

Goclipse-logo.png

GoClipse

Rust

Eclipse-corrosion-rust.png

C#

Dart

Lua

Update sites: http://download.eclipse.org/ldt/releases/stable

DLTK

Eclipse Dynamic Languages Toolkit (DLTK)

EASE

Eclipse Advanced Scripting Environment (EASE)

JavaScript

Update sites: http://download.eclipse.org/releases/mars/

JavaScript Development Tools (JSDT) 被划为四个组成部份:

  • JSDT Core - parser, compiler, DOM and more.
  • JSDT UI - JavaScript IDE (wizard, dialogs, preferences, etc).
  • JSDT Debug - debugging JavaScript using Rhino and Crossfire.
  • JSDT Web - Client-side (web-pages) JavaScript, implemented in WTP's Source Editing project.

下载:Eclipse IDE for JavaScript Web Developers

更多细节:

TypeScript

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.

Python

Pydev

PHP

Eclipse-php-pdt.png

Erlang

Erlide

Lisp

Ada

Qt

Qt Eclipse Integration for C++

ACE/TAO

Working with ACE in Eclipse

Marketplace

文档

书籍

图集

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱