Run Modes by Blog's TechInnovia
Abstract
Welcome to part 7 of the lecture on OSGI, in this part we will review pre-defined component configurations and Run Modes.
After listening to this part, you should be able to
Create pre-defined component configurations.
Describe what run modes are.
Create multiple component configurations specific to Run Modes.
Repository Based Configuration
Though the configurations from the web consoles looks convenient, it is only good for development & debug.
The proper way is to configure OSGI components using repository nodes, that lets you store & manage configurations together with the code, as files.
And you can have several configurations for different environments & run modes.
Read Full Blog
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni