Book description
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.
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
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
Product information
- Title: OSGi in Depth
- Author(s):
- Release date: December 2012
- Publisher(s): Manning Publications
- ISBN: 9781935182177
You might also like
book
97 Things Every Java Programmer Should Know
If you want to push your Java skills to the next level, this book provides expert …
book
Modern Java in Action
Modern Java in Action connects new features of the Java language with their practical applications. Using …
video
Clean Code
Expanded Edition (August 2018) Updated with Design Patterns episodes from the Clean Code series from Clean …
book
Clean Code: A Handbook of Agile Software Craftsmanship
Even bad code can function. But if code isn't clean, it can bring a development organization …