Run Modes

Run Modes

Welcome to part 7 of the lecture on OSGI, in this part we will review pre-defined component configurations and Run Modes. After reading this article, you should be able to 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 Configuration

OSGI Components Configuration

Welcome to part 6 of the lecture on OSGI, OSGI Component Configuration. After reading this article, you should be able to We will not review the older list five ways of configuring components. Ifthat is what is used in your project you should better read documentation. Configuration Meta Type In OSGI, to make a component configurable, thedeveloper…

OSGI Bundles

OSGI Bundles

Welcome to part 2, in this part we will get familiar with OSGI Bundles. After reading this article you should be able to Bundles – First OSGI Layer Bundles are OSGI modules i.e. the lower architectural layer of OSGI. Bundles run in OSGI environment i.e. how the container is called in OSGI environment. OSGI Modules…

OSGI Overview

OSGI Overview

Hello! Welcome to the lesson of OSGI which is part of AEM 6.5 training session. The lecture consist of 8 short part, this is part one. Objectives After reading this article you should be able to describe OSGI OSGI is a platform for development of modular Java applications. The key feature of OSGI is modularity…