Chapter 7 – Reference Implementation
Thus far, we’ve spent the majority of Part 1 making the case for modularity. Before we delve too deeply into the patterns, let’s witness first-hand the benefits of a modular architecture.
7.1 – Why No OSGi?
The example that follows doesn’t use OSGi. One would think that if I’m going to modularize my system, I’d want to [...]