Add Javadoc in one go using Eclipse IDE by Bimmisoi Blog Abstract Sometimes it gets really difficult and time consuming to add javadoc manually (when you do not want to add any specific information). In order to do that there is an easy way in Eclipse IDE !!!! 1. Go to Eclipse market place and dow...
EPISODE 8 – AEM + MAGENTO COMMERCE INTEGRATION by Markszulc blog Abstract Video: https://youtu.be/6LUHYCEx4GU Markus Haack joins to discuss how Adobe Experience Manager works together with Magento, using the latest release of the Commerce Integration Framework. Special Guests: Markus Haack – Senio...
AEM trigger workflow from Java - Create translation project by Ravi Pampana Abstract Triggering workflow from Java and automate the process to create translation project using workflow. Code snippet import com.day.cq.workflow.model.WorkflowModel; import com.day.cq.workflow.WorkflowService; @Ref...
AEM as cloud service, /apps and /libs directories are in ready only mode by Rashidjorvee Blog Abstract AEM cloud service makes the out of the box and custom codes immutable. Once we deployed the code in AEM server, we will not be able to modify or create any content or node under the /apps and /lib...
Hello All - I am getting an exception in the Model class.Can someone advise on this? @Model(adaptables=Resource.class)public class ModelA{@ValueMapValue@Named("cq:lastReplicated")@Requiredprivate String lastReplicated;@Inject@Named("articleTitle")@SuppressWarnings("unchecked")private String artTitle...
I have SAML set up and working correctly. I am receiving and storing attributes from SAML into user profile nodes. I am currently using an AuthenticationInfoPostProcessor to turn the profile nodes into user groups however this process runs asynchronously to the AuthenticationHandler methods so new u...
How COVID-19 Is Changing The Way Consumers Feel About Brand Communications by Adobe Blog Abstract Emotional language is the single greatest driver of performance in most communications and people respond best to messaging they can connect with. The emotions that engage us now are different than the...
How New York Life's IT chief is helping sales and marketing navigate a post-COVID-19 world by Digital Transformation – Adobe Blog Abstract Dave Castellani was so passionate about eliminating the walls between IT and the rest of the business that when he took over the technology function at New Yo...
Adobe Target Announces Enhanced Analytics Measurement for AI-Powered Testing and Personalization by Adobe Blog Abstract Digital traffic levels are approaching Cyber-Monday levels right now, bringing new customers to websites and apps with high demands. Companies need to adapt quickly to meet these ...
Hi, Triggering workflow from Java and automate the process to create translation project using workflow. https://ravipampana.blogspot.com/2020/07/aem-trigger-workflow-from-java-create.html