OSGi in depth

Alexandre de Castro Alves
Manning Publications Co.
9781935182177
1-935182-17-X

Summary OSGi in Depth shows Java developers how to develop to the OSGi Service Platform Enterprise specification, an emerging Java-based technology for developing modular enterprise applications.About the TechnologyOSGi is a mature framework for developing modular Java applications. Because of its unique architecture, you can modify, add, remove, start, and stop parts of an application without taking down the whole system. You get a lot of benefit by mastering the basics, but OSGi really pays off when you dig in a little deeper.About this BookOSGi in Depth presents practical techniques for implementing OSGi, including enterprise services such as management, configuration, event handling, and software component models. You'll learn to custom-tailor the OSGi platform, which is itself modular, and discover how to pick and choose services to create domain-specific frameworks for your business. Also, this book shows how you can use OSGi with existing JEE services, such as JNDI and JTA. Written for Java developers who already know the basics, OSGi in Depth picks up where OSGi in Action leaves off. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. What's InsideDeep dives into modularization, implementation decoupling, and class-loadingPractical techniques for using JEE servicesCustomizing OSGi for specific business domains=============================================Table of ContentsOSGi as a new platform for application developmentAn OSGi framework primerThe auction application: an OSGi case studyIn-depth look at bundles and servicesConfiguring OSGi applicationsA world of eventsThe persistence bundleTransactions and containersBlending OSGi and Java EE using JNDIRemote services and the cloudLaunching OSGi using start levelsManaging with JMXPutting it all together by extending Blueprint