16 August, 2016

Know Module And Component

The main reason for LIFERAY to move into module framework is, Creating small modules (Tightly coupled) Publish and consume other modules features (Inflexible) Working without static dependencies (Dynamic dependencies) To use module framework, You mainly need to understand below 3 concepts : Modules Components Application Lifecycle  Module: Module is something which is group of Java classes, other optional resources,...

What is OSGi ?

OSGi :  Open Service Gateway Initiative OSGi is architecture to develop and deploy a modules in modular (Some times refers as Micro Services) application. OSGi containers such as knopflerfish, Equinox and Apache Felix are responsible to divide and load your modules dependencies. OSGi Specifications: => Set of services that OSGi container implements => Contract between your application and container Benefits to use...

Popular Posts

Featured Post

Liferay 7.3 compatibility matrix

Compatibility Matrix Liferay's general policy is to test Liferay Portal CE against newer major releases of operating systems, open s...