Uncategorized

AEM Forms with MySQL

In this blog, I will discuss how the AEM 6.5.x Adaptive form will work with MySQL. Let’s start the discussion: How to connect adaptive forms to the MySQL database? For Connecting Adaptive Form to the MySQL database server, below mentioned steps need to be followed. Step 1: Install mysql-connector-j bundle in AEM Go to the […]

Read More

How to trigger mail dynamically using Sendgrid and Amazon AWS?

Use case:- Here we are taking a general use case. Let’s say we have a site where authors can submit their books for publishing. In the database their books table structure is as follows. While submitting the book, the author has to fill in the details like book name, description, author name and mail.BOOK_ID is […]

Read More

How to add adaptive forms to the MySQL database

Go to the URL localhost:4502/system/console/bundles . Click on the install/update button. Click on the choose file option in the popup and select the mysql-connector-j file to check the Start Bundle checkbox. Click on the install or update button. Search for MySql in the config manager and check if the bundle is active. Go to the […]

Read More

How to use AEM as a Headless CMS

Adobe Experience Manager (AEM) has multiple options for defining headless endpoints and delivering its content as JSON. Some of them are- GraphQL Token authentication Content Service In this blog, we are going to implement Aem as a headless CMS by using GraphQL. What is GraphQL? GraphQL is an API used to expose data of the […]

Read More

How to create package of Users, Groups their Permission by using ACS Commons

First, Upload ACS Commons Package at your author instance. Now, Go to the URL http://localhost:4502/miscadmin. Now, Go to acs-commons > Content Packagers. Now, Go to acs-commons > Content Packagers. Click on New > New Page. Give a Title, Select ACL Packager and click on create. (If we select Authorizable Packager User/Group package will create without […]

Read More

AEM integration with Adobe Analytics

We have integrated AEM with Analytics for multiple projects. Integration with Analytics is a choice of the client whether they want to add development team to update all the components with Analytics data attributes or only Adobe Analytics team provides a JS that manages all the analytics by itself. Both of these approaches has its […]

Read More

AEM with Adaptive Form

We have developed multiple solutions using Adaptive form and Project UI of AEM. Here is the use case- We created a solution for a digital media firm. A client has a very tedious internal approval process for media content and they were following manual process for it. Process was time consuming for creating and setting […]

Read More

HTML of a Page in OSGi Service in AEM

In this blog, I will explain one interesting use-case of one of my project. Here is the user-case-   “whenever we activates a page on author instance we need to get the HTML for the activated page and send this page HTML to another search engine. “   In this blog, I will explain how […]

Read More

Enable RTE Plugins For Content Fragment

In this blog I am going to explain a Content Fragment related issue. This solution is working for AEM6.5. This solution has not been tested for earlier versions of AEM. I will explain this issue on the basis of questionnaires. Let’s start-   Can we update RTE plugins for Content Fragment? Yes we can. By […]

Read More