Liferay Service Tracker
The Liferay portal provides an OSGi framework for the collaborative environment of objects which are registered as services. Those Declarative Services are ways to share services between the components. When we declare java class as component (using @component annotation) then that component gets registered with the services, which will be available for use for other components. DS service components are marked with @component annotation, and also implement or extend a service class. It’s...
