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

karthik4
karthik4
Offline

Badges

Badges
10

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
2

Posts

Posts
30

Discussions

Discussions
0

Questions

Questions
30

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by karthik4
Customize the badges you want to showcase on your profile
Re: AEM Assets Meta Data Schema, Folder Specific - Adobe Experience Manager 15-10-2020
Hi There, It is absolutely possible and any custom metadata schema that you create has to applied to a folder to allow the assets within that folder use the metadata schema. It means if you have defined a custom metadata schema and applied to a folder let's say /content/test then all the assets within will have that metadata schema available for editing. If your question is about the location where metadata schema is created then yes you are right that it gets created at /conf/global/settings/da...

Views

455

Like

1

Replies

0
Re: AEM 6.5, questions for 3rd party data stored into AEM - Adobe Experience Manager 31-07-2020
@karthik4 Can the content be cached? How frequently the other side content changes? Is it secure or public content? Based on the above responses, If on webpage and should not be cached, I would prefer this to happen at frontend javascript if the api is doesnt serve confidentiality content.For other purposes if data is simple, I would prefer to write a sling model and store the data inside jcr under some data-page if that can be reused across other page, and call this model once to inject all dat...

Views

289

Like

1

Replies

0
Re: Where to save 3rd Party Nodes in the JCR, AEM 6.4+ - Adobe Experience Manager 29-07-2020
@karthik4 I would say content should always be saved under /content. 

Views

415

Like

1

Replies

0
Re: Groovy Console on Production - Adobe Experience Manager 28-07-2020
If your content synchronisation frame is robust and you can easily bring the production content to a lower environment, I would suggest to 1. Bring production content into a lower environment.2. Install & execute the groovy script to update the nodes. 3. Capture the node paths while executing4. Create a package with the nodes, use https://aem.redquark.org/2019/05/create-package-in-aem-from-excel-file.html5. Install the package in production. This way, you can keep the release vehicle to producti...

Views

394

Like

1

Replies

0
Re: Servlet JSON Response integration Tests - Adobe Experience Manager 28-07-2020
Hi @karthik4, If you want to validate the swagger contract, you can try to validate the Yaml file generated by Swagger. Please see below code for the same import io.github.robwin.swagger.test.SwaggerAssertions;import io.swagger.models.Swagger;import io.swagger.models.auth.AuthorizationValue;import io.swagger.parser.SwaggerParser;private SwaggerParser swaggerParser = new SwaggerParser();@Testpublic void validateImplementationMatchesDocumentation() { AuthorizationValue authorizationValue = new Aut...

Views

348

Likes

4

Replies

0
Re: External content in AEM - Adobe Experience Manager 05-07-2020
You can create a folder in /content/ and inside the folder you create the nt:unstructured node and store the data as properties of the node.

Views

625

Likes

0

Replies

0
Re: wcm.io mockPageManager, unable to test PageManager "c... - Adobe Experience Manager 27-06-2020
Please check https://wcm.io/testing/aem-mock/jacoco/io.wcm.testing.mock.aem/MockPageManager.java.html

Views

298

Likes

0

Replies

0
Re: How to programmatically enable / disable cq:noDecorat... - Adobe Experience Manager 26-06-2020
@karthik4 Looks like you want to hide the component div and it can be achieved by using the below piece of code. Add the below code into headlibs.html/similar area. <% if (WCMMode.fromRequest(request) != WCMMode.EDIT && WCMMode.fromRequest(request) != WCMMode.DESIGN) { slingRequest.setAttribute(ComponentContext.BYPASS_COMPONENT_HANDLING_ON_INCLUDE_ATTRIBUTE, false); }%>Add the below code into footlibs.html/similar area.<% if (WCMMode.fromRequest(request) != WCMMode.EDIT && WCMMode.fromRequest(re...

Views

697

Like

1

Replies

0
Re: wcm.io mockPageManager, unable to test PageManager "c... - Adobe Experience Manager 13-05-2020
Yeah, we can see that the MockPageManager.copy is not implemented.@Override 294 public Page copy(final Page page, final String destination, final String beforeName, final boolean shallow, 295 final boolean resolveConflict) { 296 throw new UnsupportedOperationException(); 297 }https://wcm.io/testing/aem-mock//xref/io/wcm/testing/mock/aem/MockPageManager.htmlWhat is another way to test this?

Views

3.1K

Likes

0

Replies

0
Re: wcm.io Junit4 Test - Sling Model Constructor - Adobe Experience Manager 13-05-2020
thank you, I figured it out without the Constructer. this works!

Views

2.8K

Likes

0

Replies

0
Likes given to
Likes from