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


In this chapter, we looked at how OSGi's use of ClassLoaders permits bundle separation, and what effect that has on libraries that mistakenly assume there is only one ClassLoader per JVM. We also looked at how to upgrade such libraries so that they can run in an OSGi environment, and how to avoid such problems in the first place.

In the next chapter, we'll look at how to design applications in a modular way, building upon the material covered up to this point.