QuestionQ5

Given a scenario, identify how to implement OSGi services and servlets

A developer must create a runmode-specific OSGi configuration for an AEM as a Cloud Service implementation.

Where should the OSGi configuration be created?

  • A core project, (/core/..,/config.<runmode>) folder
  • B ui.config project, (/config/.../config.<runmode>) folder
  • C all project, (/all/.../config.<runmode>) folder
  • D ui.apps project, (/apps/.../config.<runmode>) folder
Explanation

Runmode-specific OSGi configurations for AEM as a Cloud Service are created in the ui.apps project beneath /apps/.../config.<runmode>. The configuration is typically a <PID>.cfg.json file in that folder.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!