Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

webdev91
webdev91
Online

Badges

Badges
14

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
12

Posts

Posts
22

Discussions

Discussions
6

Questions

Questions
16

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by webdev91
Customize the badges you want to showcase on your profile
Re: Generate sitemap.xml in 6.5.10 - Adobe Experience Manager 18-08-2022
@webdev91 There are 2 options available i.e. on-demand and the scheduled. As information provided by @B_Sravan you can utilize the core components to implement the same. But if you can certain requirement for modifying the content while generating the sitemap, proceed with the scheduler approach. @Component(service = SitemapGenerator.class) @ServiceRanking(20) public class MySitemapGenerator extends ResourceTreeSitemapGenerator { @Inject private String location; @Inject private String locations;...

Views

47

Likes

2

Replies

0
Re: apps/components folder structure - Adobe Experience Manager 15-08-2022
This also fine unless the developer are not confused with folder structures.

Views

73

Likes

2

Replies

0
Re: Configure Schedule Publish in Content Approval Workflow - Adobe Experience Manager 05-08-2022
Hi @Ganthimathi Thanks for your quick response. Would you please provide the complete code for the second step?

Views

42

Likes

0

Replies

0
Re: Disable Rendition so that core image component can use the direct path of the DAM in src - Adobe Experience Manager 14-06-2022
Hi,Navigate to the path as shown below where you will find all the workflow and launchers. And under the launchers, you will see multiple entries under the path "http://localhost:4502/libs/cq/workflow/admin/console/content/launchers.html", after you navigate from the above screen.The screenshot for the lauchers screen is as below, you need to make changes over here.

Views

58

Like

1

Replies

0
Re: Images are not loading in publish instance - Adobe Experience Manager 07-06-2022
Hi @sunil_kumar_ This is what I found in folder config.publish > org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl.cfg.json. This came with the maven archetype only. We didn't add it. { "resource.resolver.mapping": [ "/content/careers/

Views

171

Like

1

Replies

0
Re: Website Structure for Different Region - Adobe Experience Manager 02-06-2022
Thank you all for your quick response.As many suggested the below structure, we have decided to go with it./content /brand /us/en/ /in/en/ Thank you again, everyone!@Fanindra_Surat @SantoshSai @Kiran_Vedantam @HImanshu_Jain_

Views

114

Likes

2

Replies

0
Re: Publishing from Author to Publish instance - Adobe Experience Manager 27-05-2022
Hi AS @SantoshSai mentioned, just replicate the package for code and tree replicate the content and asset and other references.

Views

52

Like

1

Replies

0
Re: REST API Implementation in AEM - Adobe Experience Manager 26-03-2022
Hi @Fanindra_Surat Thank you for your response.My additional question on the points below.1. It's good to know that there is an HTTP Client already available in uber-jar so I don't need to worry about adding additional dependency (at least initially). Of course, I am going to research more on this but is there any demo app or example or article that you recommend which explains HTTP Client and how to implement it within AEM?2. As long as storing the properties related to API credentials in OSGi ...

Views

118

Like

1

Replies

0
Re: Using ParSys vs Layout Container Responsive Grid as resourceType - Adobe Experience Manager 05-02-2022
I don’t think parsys is going to get added to deprecated component list neither the functionality. So I suppose if this fulfills your requirement, you can proceed with this implementation.

Views

176

Like

1

Replies

0
Re: Value conversion using ValueMap vs standard java methods - Adobe Experience Manager 21-01-2022
Hi @BrianKasingli Thank you very much for your excellent explanation.Now, it makes sense why Adobe decided to use @ScriptVariable in this particular Breadcrumb case, as they can handle multiple conditions in a one-liner.

Views

188

Like

1

Replies

0