
- 392 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
OSGi in Depth
About this book
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 Technology
OSGi 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 Book
OSGi 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 Inside
- Deep dives into modularization, implementation decoupling, and class-loading
- Practical techniques for using JEE services
- Customizing OSGi for specific business domains
========================================?=====
Table of Contents
- OSGi as a new platform for application development
- An OSGi framework primer
- The auction application: an OSGi case study
- In-depth look at bundles and services
- Configuring OSGi applications
- A world of events
- The persistence bundle
- Transactions and containers
- Blending OSGi and Java EE using JNDI
- Remote services and the cloud
- Launching OSGi using start levels
- Managing with JMX
- Putting it all together by extending Blueprint
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Copyright
- Brief Table of Contents
- Table of Contents
- Foreword
- Preface
- Acknowledgments
- About this Book
- About the Cover Illustration
- Chapter 1. OSGi as a new platform for application development
- Chapter 2. An OSGi framework primer
- Chapter 3. The auction application: an OSGi case study
- Chapter 4. In-depth look at bundles and services
- Chapter 5. Configuring OSGi applications
- Chapter 6. A world of events
- Chapter 7. The persistence bundle
- Chapter 8. Transactions and containers
- Chapter 9. Blending OSGi and Java EE using JNDI
- Chapter 10. Remote services and the cloud
- Chapter 11. Launching OSGi using start levels
- Chapter 12. Managing with JMX
- Chapter 13. Putting it all together by extending Blueprint
- Appendix A. OSGi manifest headers
- Index
- List of Figures
- List of Tables
- List of Listings