Integrating Adobe Experience Manager and Adobe Campaign Standard to create...
You can integrate Adobe Experience Manager and Adobe Campaign Standard (referred to as Adobe Campaign for rest of the article) to create business solutions that require newsletters promoting a new...
View ArticleAEM & eCommerce Integration
One of the core elements of any eCommerce implementation is the management of product data. When integrating with AEM you have the choice of either importing the product data into the JCR or having it...
View ArticleAEM and Hybris Integration
Developing with HybrisThe eCommerce framework can be used with any eCommerce solution. Certain specifics and examples dealt with here will refer to the hybris solution.The integration framework...
View ArticleTranslating Content for Multilingual Sites
Automate the translation of page content, assets, and user-generated content to create and maintain multilingual websites. To automate translation workflows, you integrate translation service providers...
View ArticleExtending the Multi Site Manager using the Experience Manager MSM API
You can use the Adobe Experience Manager Muli Site Manager (MSM) API to create a custom service that is invoked when you perform a MSM operation such as create and activate a LiveCopy page. Multi Site...
View ArticleExplore Request Log in AEM
Request log in AEM plays a very vital role towards analysis of site performance. For each request and response one entry is written into request.log file, you can analyze this log file to find out...
View ArticleAEM Deployment with Jenkins
In this article, I am going to explaing how to deploy aem packages using Jenkins, The Jenkins can be used as a continuous integratiion server using which we can deploy packages automatically on either...
View ArticleRepository Size Growing Rapidly in AEM 6
It's possible that wrong filters may have been applied, too many nodes were created, or huge renditions were also produced. Other times, it may even be a bug. In any case, Adobe has released the...
View ArticleOSGi Configuration via JCR Nodes
The reasons to configure OSGi services via content nodes is obvious:Configurations are deployed with the codeConfigurations can be transferred with content packagesConfigurations can be managed with...
View ArticleScaffolding in AEM
Scaffolding is a functionality to create structure-wise similar content based on a - well - old-fashioned form-based input screen. Boring, you might say, and definitely nothing any editor used to...
View ArticleEnable SSL for AEM author instance
Accessing site over https is must. AEM has capability to access entire site or few pages https.There are two ways to access site or pages by https:Using OSGI service Apache Felix Jetty Based Http...
View ArticleIntegrate Adobe AEM with Salesforce
Integrate Adobe AEM with SalesforceAdobe AEM provide its extendable capabilities to integrate with other products. Below demonstration describe how to connect Adobe AEM with Salesforce which is the...
View ArticleResourceResolver in AEM
ResourceResolver is one of the powerful API provided by Sling. Its job is to return resource object based on the given input, which can be path to the resource, query or parent resource to get its...
View ArticleSAML configuration in AEM
Introduction to SAMLSAML is a data format which is used to exchange authenticationand authorization information between different systems. Multiplecontributors are intacts to perform authentication and...
View ArticleAccess OSGI service from the WCMUse-class in Sightly
OSGI service are very helpful once its comes to the development of a module. A Service can be used to perform small task like string operations to big like processing shopping cart. For developers who...
View ArticleSalesforce: Can't refresh access token. Response:...
Sometimes we may not be able to refresh the Salesforce access_token using the rest api and get below error in logs28.03.2017 23:41:40.184 *ERROR* [0:0:0:0:0:0:0:1 [1490724696957] GET...
View ArticleAdobe AEM curl commands
Run JCR query builder API:Find “all” page references for a given image/asset in a jcr path. The below command will return in JSON format:curl -s -u ${username}:${password} -X GET...
View ArticleSalesforce REST API implementation - JAVA
This post demonstrates the following basic use cases for the REST API:- authentication with OAuth 2.0 (This is for development purposes only. Not a real implementation.)- querying (using account...
View ArticleAEM Component is in satisfied state, not in active
Some times we face OSGI component is in active state when the component is installed for the first time. When we modify the component from configMgr, component state changes to satisfied.To avoid this...
View ArticleEncrypting and Decrypting String in Java
The Advanced Encryption Standard (AES), also known by its original name Rijndael (Dutch pronunciation: [ˈrɛindaːl]),[5][6] is a specification for the encryption of electronic data established by the...
View Article