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

Veena_Vikram
Veena_Vikram
Online

Badges

Badges
59

Accepted Solutions

Accepted Solutions
130

Likes Received

Likes Received
636

Posts

Posts
1132

Discussions

Discussions
310

Questions

Questions
822

Ideas

Ideas
6

Blog Posts

Blog Posts
8
Top badges earned by Veena_Vikram
Customize the badges you want to showcase on your profile
Re: sending sling model values to servlet in aem 6.5 - Adobe Experience Manager 01-12-2021
@kattakiran1990 , Could you please help me understand what is the usecase you are trying to achieve ? I am not understanding the requirement to send the values from a Sling Model to Servlet ?

Views

816

Like

1

Replies

0
Re: AEMaaCS not caching images at dispatcher - Adobe Experience Manager 29-11-2021
Did you check https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/content-delivery/caching.html?lang=en I could read something like below in this document Images and any content large enough stored in blob storageby default, not cachedcan be set on a finer grained level by the following apache mod_headers directives: Header set Cache-Control "max-age=222" Header set Age 0 See the discussion in the html/text section above for exercising caution to not cache too...

Views

282

Likes

2

Replies

0
Re: AEMCaaS - How to handle JPG images in Processing Profiles ? - Adobe Experience Manager 29-11-2021
Yeah. I checked with business , they are okay to use PNG if there is no other way around. I guess I will go with PNG then . Thanks @arunpatidar

Views

213

Like

1

Replies

0
Re: AEMCaaS - How to handle JPG images in Processing Profiles ? - Adobe Experience Manager 29-11-2021
@arunpatidar Issue is with some images which would need to retain the transparency. I was told that the JPEG will not help in keeping the transparency of images. While using Named Transform Servlet , we could use .original to retain that, but with Processing Profile I am bit confused how to get that working. ThanksVeena

Views

231

Like

1

Replies

2
AEMCaaS - How to handle JPG images in Processing Profiles ? - Adobe Experience Manager 29-11-2021
Hi Team While working with the processing profiles , we have the option to generate rendition for PNG, JPEG , WEBP, GIF. Since we have images which is of type JPG, I am trying to see how I can bring in renditions for JPG using processing profiles. Any suggestions is appreciated. PS:- JPEG won't suit for images with transparent background . ThanksVeena

Views

237

Likes

0

Replies

4
Re: Deploying Netcentric access control tool with AEM Project Archetype 24 | AEM Community Blog Seeding - Adobe Experience Manager 22-11-2021
Thanks a lot @kautuk_sahni for sharing this here Thanks Aanchal. Awesome tips. Helps a lot.

Views

583

Like

1

Replies

0
Re: Guide for a complete knowledge in Adobe Experience Manager (AEM) - Adobe Experience Manager 16-11-2021
@akcena_07 (a) Creating Servlet program to get JSON response for Content Fragment using path (to generate JSON only via servlet program not with AEM feature). - What does it mean by not with AEM feature ? Do you mean Exporter feature in AEM ? (c) Complete guide for Services (program) and implementing it in AEM (it's better if had an example of Services in Nested CF program). - (d) Complete guide for OSGI Services (configuration & program) in AEM. OSGI Services and Services are interchangeable. S...

Views

623

Like

1

Replies

0
Re: cq:excludedPaths is causing issues with LiveCopy - Adobe Experience Manager 15-11-2021
In addition to what @Jörg_Hoh has mentioned I could find some relevant blogs which might help you in addressing your issue.https://gauravsachdeva.com/2021/07/12/aem-rollout-option-missing-for-one-country-live-copy/https://with-example.blogspot.com/2015/03/cq-rollout-option-is-not-listing-all-livecopy.html Basically the cq:excludedPaths is added to any root cq:LiveSyncConfig of your Live Copies when the users delete a live copied page from the Live Copies rather than from the Blueprint. I tried t...

Views

757

Likes

2

Replies

3
Re: Required Java knowledge for AEM 6.5 - Adobe Experience Manager 15-11-2021
That is because the base of AEM is based on OSGI and SLING. So the concepts and terminologies might be different. Excepts for specific OSGI or SLING based APIs everything else is normal Java.

Views

450

Like

1

Replies

0
Re: Required Java knowledge for AEM 6.5 - Adobe Experience Manager 15-11-2021
@nikita24tailor Welcome to AEM. As @Kiran_Vedantam mentioned AEM is an application developed on different technology stack. So to be good with backend you surely need to learn Java , but you don't have to be a master in it yet. Slowly but steadily you can learn and reach there. Said that, to develop simple components , you need not be a master in Java. You just need to know how to create dialogs and components. I would say register for a FE Developer and BE Developer training in AEM in Solutions...

Views

451

Likes

3

Replies

0