1. What is the best means of providing granular access at the page level?2. What is the best means of providing access down to the field level?3. What is the difference between ACL's and ACP's, (i.e. Access Control Policies)? I'm assuming that in most general cases, using ACL's is the best option to...
Dear AEM community,I faced a problem when i configured a dispatcher cache flush.After enabling the flush agent, clicking test logs this:Replication test to http://localhost:8080/dispatcher/invalidate.cache18.02.2015 12:00:11 - Create new HttpClient for Dispatcher Flush18.02.2015 12:00:11 - * HTTP Ve...
What could be the best project design that's need to be followed while working in AEM ? Do we have any proper document available on this ?As i have a requirement of new project and below are my doubts:-- We should have page-component and template for each and every page, even if header and footer is...
We want to remove communities and campaigns from sites.html console in touch UI. We have used adobe social for comments and likes in our application.Can anyone suggest how to do it.
I created a new component called "tagTest.jsp" and its dialog is as follows:<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="cq:Dialog" xtype="dialog"> <items jcr:primaryType="cq:Widget" xtype="tabpanel"...
So I noticed my AEM project wasn't picking up changes I made to the Java code. I realized any time I ran mvn clean install -PautoInstallPackage, my bundle jar file was not getting reinstalled or updated. I had to manually reinstall the .jar file from /bundle/target/. I'm using IntelliJ Ultimate fwiw...
i have added a jar in pom.xml as <dependency> <groupId>com.googlecode.json-simple</groupId> <artifactId>json-simple</artifactId> <version>1.1</version> </dependency>bundle is installed but in http://localhost:4502/system/console/bundles--> imported files...
I have a scenario to interact with more than one DB. But in this scenario, in my java class, how to get the data source, connection details for respective database from JDBC Connection Pool. Any suggestions would be helpful.
Recently we re-organized a bunch of content on our website. I wasn't involved with the content re-org, but an author noticed there are hundreds of pages on our website with broken links in author mode, and the links are no longer links on the published site.When I looked at the a page with the prob...