1 / 20

Open Source IDE - eclipse

Open Source IDE - eclipse. ETIS SS04. Gliederung. Motivation Geschichte Architektur Platform Runtime Eclipse Platform Java Development Tools (JDE) Plugin Development Environment (PDE) Zusammenfassung. Motivation (I). Was ist eclipse? open source Entwicklungsumgebung

kaia
Download Presentation

Open Source IDE - eclipse

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Open Source IDE - eclipse ETIS SS04

  2. Gliederung • Motivation • Geschichte • Architektur • Platform Runtime • Eclipse Platform • Java Development Tools (JDE) • Plugin Development Environment (PDE) • Zusammenfassung eclipse

  3. Motivation (I) • Was ist eclipse? • open source Entwicklungsumgebung • Deckt viele OS ab (Windows, Linux, Solaris,...) • Sprachneutral (Java, C, Cobol, …) • Erweiterbare Plattform für die Werkzeugintegration • gesamter Softwarelebenszyklus abdeckbar • Framework für Anwendungsentwicklung • Welche IDEs kennt ihr noch? • JBuilder, NetBeans, IntelliJ IDEA, WSAD, … eclipse

  4. Motivation(II) • Wann bzw. warum setzt man IDEs anstatt einfacher Editoren ein? • große Projekte • heute Software benötigt, die gesamten Software-lebenszyklus möglichst nahtlos unterstützt • Installation, Einarbeitung, Datenaustausch, Teamwork, ... erleichtert • Anpassbarkeit • Refactoring, Debugging, Code-Schablonen, Syntaxcheck, Code Completion, Hovering eclipse

  5. Geschichte • Als kommerzielle Version von OTI + IBM geplant • Entwicklung ab April 1999 • 2001 Version 1.06 an open source -Gemeinde übergeben • aktuell: 2.1.3 (3.0M8) • Kommunikationsplattform: http://www.eclipse.org • Eclipse foundation: IBM, Borland, Red Hat, SAP, Intel, Oracle, HP, Novell,... eclipse

  6. Extensions IDE Extensions IDE Run-time kernel Architektur (I) • Übliche IDE-Architektur • monolithisch => Erweiterungen nur wie vorgesehen • Erweiterungen wirken oft fremd • Eclipse: • Bestandteile: Plugins + Platform Runtime • Plugins nutzen Plugins • Endanwender richten eigene Umgebung ein (Installieren + Deinstallieren Plugins) • Erweiterung Teil der Philosophie eclipse

  7. Architektur (II) eclipse

  8. Platform Runtime • Kern, kein Plugin • definiert Plugin Infrastruktur • entdeckt beim Start verfügbare Plugins • managt Laden der Plugins (lazy loading) • nur geladen, wenn benötigt • verfügbare Funktionalität vor Laden sichtbar (Manifest) eclipse

  9. Eclipse Platform • Kernkomponenten, stellen domänen-spezifische Basisfunktionalität zur Verfügung eclipse

  10. Eclipse Platform - Workspace • Workspace • besteht aus Projekten (jeweils auf ein Verzeichnis im Workspace abbildbar ) • alle Werkzeuge arbeiten mit Ressourcen aus Workspace des Nutzers eclipse

  11. Eclipse Platform - Workbench • Workbench • Implementiert BNO • Zusammenspiel von Editoren, Sichten, Perspektiven eclipse

  12. Workbench (2.1.2) Perspektive Editor View View eclipse

  13. Eclipse Platform - SWT • SWT (Standard Widget Toolkit) • Bereitstellung GUI-Komponenten (Button, Tree,…) • OS-unabhängige API • nutzt plattform-eigene Widgets oder emuliert diese eclipse

  14. Eclipse Platform - SWT Eclipse auf Windows XP Eclipse auf Mac OS X (Carbon) Eclipse auf Linux (Motif) eclipse

  15. Eclipse Platform - JFace • JFace • Framework zur Gestaltung grafischer Ober-flächen (window-system unab-hängig) • Trennung von Modell und Darstellung • bettet SWT in Eclipse-Framework eclipse

  16. Eclipse Platform - weitere Komponenten • Help • Team • Basis für Versions- und Konfigurations-management • gleichzeitige Nutzung von Ressourcen innerhalb Team • Debug • ANT eclipse

  17. Java Development Tools (JDT) • Fügen zu Eclipse eine vollständige Java IDE hinzu • JDT-Core: nicht grafischer Teil des JDT (z.B. Compiler) • JDT-UI: Java-Editor + GUIs • JDT Debug / Debug-UI • JDT Launching: Start von Anwendungen • JUnit: Test- Framework eclipse

  18. Plugin Development Environment (PDE) • PDE: IDE für Plugin-Entwicklung • ohne PDE: Plugin-Entwicklung recht schwierig • basiert auf Eclipse Platform + JDT • kann eigene Eclipse-Instanz starten (Test, Debug) eclipse

  19. Zusammenfassung • Entwicklungsumgebung • Nachteil: z.T. Standardeditoren nur als Plugins nachrüstbar (JSP, XML) • Plattform für Werkzeugintegration • Anpassbarkeit + Erweiterbarkeit durch wieder-verwendbare Komponenten • Werkzeug für schnelle effiziente Werkzeugimplementierung • Große Community z.Z. min. 484 Plugins • Eclipse auch als Application Framework nutzbar eclipse

  20. Literatur • Backschat, M., Edlich, J2EE-Entwicklung mit Open-Source-Tools, Spektrum Akademischer Verlag, München, 2004 • http://www.eclipse.org/eclipse/presentation/eclipse-slides_files/frame.htm • Eclipse Homepage: www.eclipse.org • Eclipse Plattform Technical Overview. Object Technology International, Inc., 02/2003 • Markus Weyerhäuser: Die Programmierumgebung Eclipse. JAVASpektrum, 02/2003 • Gamma, E., Beck, K., Contributing to eclipse, Addison-Wesley, Bosten, 2004 eclipse

More Related