Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Activating a Module

Thomas Diesler edited this page Oct 11, 2013 · 1 revision

The Module headers may contain a Module-Activator entry that defines the FQN of a ModuleActivator.

In a manifest this can be defined like this

Module-Activator: org.acme.webapp.Activator

The use of manifest is of course optional. This header could have been given in a plain Dictionary.

In the ModuleActivator you can register/lookup services, work with DS defined components, etc.

Clone this wiki locally