Essentials for OSGi-based middleware development

Here are the things every Java developer working on OSGi-based middleware must know, IMO:

Essentials:

  • Design-by-Contract & SOA
  • Component/Package Versioning
  • OSGi Bundle Lifecycle
  • Bundle Manifest directives
  • Core OSGi services
  • Spring DM (especially for simplification of the usage of OSGi services and writing in-container tests)
  • BND tool (I cannot think of a better way to create the OSGi manifest files than this)
  • Basics of classloading in OSGi

Advanced Topics:

  • HTTP Server options in OSGi (OSGi HTTP Service, HTTP Servlet Bridge, etc.)
  • OSGi “uses” directive and the “type leakage” problem
  • OSGi Services vs. Extensions/Extension points
  • Service Trackers
  • Concurrency gotchas in OSGi
  • The Whiteboard pattern
  • The “Extender bundle pattern”
  • OSGi Declarative Services and Configuration Admin Service

Technorati Tags: , ,

About admin

I am Shashi Velur. I live in Austin, TX with my wife and daughter. I consider myself an experienced Enterprise Software Developer/Architect. The views expressed are mine alone and do not necessarily represent the views of my current and any of my previous employers.
This entry was posted in Java, OSGi, Uncategorized and tagged , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>