Title: Apache Felix Dependency Manager Welcome to the Dependency Manager, a great bundle for managing your components and dependencies! ## Introduction In a service oriented architecture, applications are built out of components that are packaged in bundles and interact through services. These components, that both publish services and depend on other services, form networks that are often dynamic in nature. That makes managing these dependencies something the developer needs to address. Whilst the OSGi framework provides the low-level building blocks to do that in the form of service listeners and trackers, these should not be used directly by developers. Instead, a more declarative approach works best, and the Dependency Manager provides this in the form of a declarative API and/or annotations that allow you to dynamically declare and change dependencies. On top of that, a set of OSGi design patterns are defined and supported that can be used as building blocks for more complex applications. The documentation for the dependency manager is split into three sections: 1. Step-by-step tutorials which provide a good introduction to the technology and should get you started quickly. 2. Overviews and guides that provide more in-depth knowledge about specific aspects of the dependency manager. 3. Reference materials that describe all the individual nuts and bolts. Below is the full table of contents. ## Table of Contents ### Step-by-step Tutorials * [Getting started](apache-felix-dependency-manager/tutorials/getting-started.html) * [Leveraging the shell](apache-felix-dependency-manager/tutorials/leveraging-the-shell.html) * [Hello World example projects](apache-felix-dependency-manager/tutorials/sample-code.html) ### Overviews and Guides * [History](apache-felix-dependency-manager/guides/history.html) * [Background](apache-felix-dependency-manager/guides/background.html) * [What's new in DM 4](apache-felix-dependency-manager/guides/whatsnew.html) * [What's new in release r15](apache-felix-dependency-manager/guides/whatsnew-r15.html) * [Bundles and dependencies](apache-felix-dependency-manager/guides/bundles-and-dependencies.html) * [Migrating from earlier versions](apache-felix-dependency-manager/guides/migrating-from-earlier-versions.html) * [Performance Tuning](apache-felix-dependency-manager/guides/performance-tuning.html) * [Development](apache-felix-dependency-manager/guides/development.html) * [Design Patterns](apache-felix-dependency-manager/guides/design-patterns.html) * [Resource Adapters](apache-felix-dependency-manager/guides/resources.html) * [Javadocs](apache-felix-dependency-manager/guides/javadocs.html) ### Reference Guide * [Components](apache-felix-dependency-manager/reference/components.html) * [Singleton](apache-felix-dependency-manager/reference/component-singleton.html) * [Aspect](apache-felix-dependency-manager/reference/component-aspect.html) * [Adapter](apache-felix-dependency-manager/reference/component-adapter.html) * [Resource Adapter](apache-felix-dependency-manager/reference/component-resource-adapter.html) * [Bundle Adapter](apache-felix-dependency-manager/reference/component-bundle-adapter.html) * [Factory Configuration Adapter](apache-felix-dependency-manager/reference/component-factory-configuration-adapter.html) * [Dependencies](apache-felix-dependency-manager/reference/dependencies.html) * [Service](apache-felix-dependency-manager/reference/dependency-service.html) * [Configuration](apache-felix-dependency-manager/reference/dependency-configuration.html) * [Bundle](apache-felix-dependency-manager/reference/dependency-bundle.html) * [Resource](apache-felix-dependency-manager/reference/dependency-resource.html) * [Service Scopes](apache-felix-dependency-manager/reference/service-scopes.html) * [Dependency Manager Annotations](apache-felix-dependency-manager/reference/dm-annotations.html) * [Dependency Manager Lambda](apache-felix-dependency-manager/guides/dm-lambda.html) * [Thread Model](apache-felix-dependency-manager/reference/thread-model.html) * [External Links and Articles](apache-felix-dependency-manager/reference/external-links.html)