Mastering Eclipse Plug-in Development
| By: | Alex Blewitt |
| Publisher: | Packt Publishing |
| Print ISBN: | 9781783287796 |
| eText ISBN: | 9781783287802 |
| Edition: | 1 |
| Copyright: | 2014 |
| Format: | Reflowable |
Lifetime - $39.59
eBook Features
Instant Access
Purchase and read your book immediately
Read Offline
Access your eTextbook anytime and anywhere
Study Tools
Built-in study tools like highlights and more
Read Aloud
Listen and follow along as Bookshelf reads to you
Details
Table of Contents
Book Description
Mastering Eclipse Plug-in Development shows you how to build an extensible application using custom extension points and dynamic OSGi services in Eclipse. Dynamic design patterns such as whiteboard and extender are covered along with specific techniques to deal with native and legacy code. This book dives right into the details and teaches you how to define new JFace wizards and extend Eclipse with custom extension points. Then the book moves quickly on to the details of how to define new commands for the Eclipse console and how to include native code in a plug-in. You will engage with modular application design patterns and Thread Context ClassLoaders before getting the details on how to create as well as manage P2 sites and write help documentation for an Eclipse plug-in.What you will learn
- Create a custom extension point to allow other plugins to contribute
- Employ Declarative Services and Blueprint for dynamic OSGi contributions
- Extend the Common Navigator Framework to provide nested content
- Build commands to extend the builtin Gogo shell
- Use fragments to contribute native code to plugins
- Fix code using the service loader and wrap nonOSGifriendly JARs
- Discover how to build modular applications with decoupled design patterns