5 Tage | Softwareentwickler und -architekten |
Schulungsüberblick:
In dieser Schulung lernen Sie die Eclipse IDE um weitere Plug-in zu erweitern. Dies umfaßt das Anlegen von
neuen Views, Editor, Menueinträgen aber auch das gezielte Hinzufügen von neuen Quickfixes im Java Editor.
Als Entwickler lernen Sie die professionelle Erweiterung der Eclipse IDE. Umfangreiche Übungen erlauben Ihnen das erlernte Wissen zu festigen.
Diese Schulung kann auf die Bedürfnisse Ihres Teams abgestimmt werden.
Kundenrezensionen
Online Training
Sprache | Preis | |||
---|---|---|---|---|
Eclipse Plug-in Entwicklung im vogella interaktiven Lernportal | Englisch | 450 EUR * | ||
* Jahresgebühr für das erste Jahr. Für jedes weitere Jahr beträgt die Jahresgebühr 100 EUR. Alle Preise zzgl. Mehrwertsteuer. |
Onsite oder virtuelle Training
Ort | Termin | Sprache | Schulungsgebühr | |
---|---|---|---|---|
Bei Ihnen Vorort oder virtuell | Nach Absprache | Deutsch / Englisch | Auf Anfrage | |
Introduction to Plug-in development
- Components of the Eclipse platform
- Important configuration files
Plug-in development and deployment
- Creating plug-ins
- Exporting plug-ins
- Using features
- Creating update sites
Using the application model
- The concept of the dynamic application model
- Accessing, updating and creating model elements
- Using model fragments and processors
Using the Eclipse dependency injection framework
- Introduction into dependency injection
- Using DI in Eclipse e4 components
- Using DI in Eclipse 3.x components
- Accessing the Eclipse context via singletons
Extending the IDE with views
- Contributing 3.x views
- Contributing e4 view
User interface programming with SWT and JFace
- Using SWT
- Using JFace
- Using Databinding
- Implementing wizards and dialogs
Declarative styling with CSS
- Introduction into CSS
- Definition of styles and themes, colors and gradients
- Styling specific widgets
- Dynamic style switching at runtime
- Using the CSS Spy tooling
Using commands
- Contributing commands and menus
- Using toolbars, view menus and popup menus
Platform services and interaction of components
- Service overview
- Part service
- Model service
- Selection service
- Command and Handler service
Modularity for Eclipse 4 applications
- Contributing to the application model
- Static model contributions with fragments
- Dynamic model contributions with processors
Internationalization (i18n)
- Adding support for multiple languages
- Usage of fragment projects
- Outlook: translation services in Eclipse 4
Concurrent UIs
- SWT threading
- Avoiding invalid thread access
- Asynchronous processing with the Eclipse API
Resources and markers
- Integration with the problems view
- Custom markers
Adapter pattern
- Implementing the adapter pattern
- Adaptable objects
- Using the Properties and Outline view
Implementing custom text editors
- Implementing a text editor
- Reusing the generic editor framework
- Providing syntax highlighting, hover, code complemetion and validation
Extending the Java development tools
- Abstract Syntax Tree vs Java Model
- Custom generators
- Custom quick fixes
- Custom templates
- Using the refactoring API