A Java geek
  • Me
  • Books
  • Speaking
  • Mentions
  • Focus
  • Newsletters

osgi

A collection of 2 posts
Book

OSGi in action

This review is about OSGi in action from Richard Hall, Karl Pauls, Stuart McCulloch, and David Savage from Manning Publications. Facts 11 chapters, 548 pages, $49.99Covers OSGi R4.2 Pros Easy step-by-step learning approachCovers many OSGi pitfallsUse-case study included Cons Too much material 😉 Conclusion I tried once or twice to tackle OSGi on my own, without much success.

Feb 26, 2012
Java

Simplest Java decoupling without 3rd party frameworks

[…​] coupling (or dependency) is the degree to which each program module relies on each one of the other modules. — Wikipedia http://en.wikipedia.org/wiki/Coupling_(computer_science) In object-oriented programming, removing dependencies is done by using interface. Thus, if class A is dependent on class B, we introduce interface C, which is implemented by B. Now A depends on C  (see below). This first step in decoupling is called programming by interface.

Mar 20, 2009
A Java geek © 2008-2026
v. 9744a65fcb2ff5057d025d26766c50d6f934fc0b/13747693232
Latest Posts