Book Image

Mastering Eclipse Plug-in Development

By : Alex Blewitt, Bandlem Limited
Book Image

Mastering Eclipse Plug-in Development

By: Alex Blewitt, Bandlem Limited

Overview of this book

Table of Contents (18 chapters)
Mastering Eclipse Plug-in Development
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
Plugging in to JFace and the Common Navigator Framework
Index

Summary


The key concept of bundle compatibility is managed with version numbers and version number ranges. Whether the major, minor, or micro version is changed, it indicates to the end consumer whether or not the change is backward compatible. Version ranges can be used to ensure that the appropriate version is selected at runtime.

Being able to design an Eclipse plug-in or OSGi application involves a repeated process of breaking down the components into smaller indivisible modules until they are loosely coupled to their neighbors and highly cohesive. Standard patterns help this, and following best practice allows for maximal flexibility.

The next chapter will present reactive applications based on the OSGi event bus.