AEM does have this with Adaptive Image Component, You author 1 image, rest will taken care by it.They have good documentation on this, Refer: https://docs.adobe.com/docs/en/aem/6-0/develop/mobile/responsive.html#Using Adaptive ImagesThanks
Take a look at these two well explained articles on osgi config and how you read themOSGi Configuration Management: http://adobeaemclub.com/osgi-configuration-management-aem/Reading OSGi Configuration properties: http://adobeaemclub.com/reading-osgi-configuration-properties/Thanks
1. Have you setup dispatcher?2. How are you using this component in Publish? Components are for only author instance.3. Once the page is select are you using Ajax or Java code to get child pages?Thanks
When you write code in sightly file in .html file, a Java file will be generate with the help of it. That will be done by sightly engine.Those files can be found here /var/classes/dd8d5f1b-8f16-4378-a712-accecb264070/sightly/1.0.2/appsWhen you write JS-USE api, it will be rendered by Rhino engine.Th...
1. Create a new component2. Have 2 fields in dialog, one is take image and second being text input3. Use HTML structure shown here https://css-tricks.com/text-blocks-over-image/ThanksPraveen
Hi,Your question looks too high level but this is what I recommend:-1 Make sure service is present in export package in pom.xml2 Check error.log when deploying bundleWhat you modify in JSP to make it work?
Its not recommended to use crxde for java files or osgi bundleYou have to write code in any IDE ( can use eclispe or Intelj) where you will have all api and IDE auto completion and then deploy to AEM as an osgi bundle.