Working with enterprise CMS like AEM often means balancing between business requirements and platform limitations. Recently , I encountered a scenario where the client needed support for WebP images in the authoring interface. WebP is a modern image format developed by Google that provides superior lossy and lossless compression for...
Adobe experience manager(AEM) provides Client-Side Libraries which is a mechanism to logically organise and manage CSS and JavaScript files necessary for the sites. AEM by default provides flexibility to the authors to have control of adding Clientlibs at template level and developers have flexibility to add (hard code) Clientlibs up to...
Adobe Target is a comprehensive solution within the Adobe Experience Cloud designed to customize and personalize customer experiences. It enables you to optimize revenue across web and mobile sites, apps, social media, and other digital channels. Data from multiple systems seamlessly integrates into Adobe Target, including Adobe...
What is Adobe I/O Runtime? Adobe I/O Runtime is like a magic wand for developers. It's a serverless computing platform, meaning developers can focus solely on writing code without worrying about managing servers or infrastructure. Think of it as a virtual playground where your code runs, triggered by specific events or actions. Use Case...
What are Sling Transformers? Sling Transformers are basically OSGi services used within the Sling Rewriter framework to modify or transform the content of HTML or XML before it is rendered or delivered to the client. They are powerful when we need to manipulate the output content without modifying the original content structure. Key...
Introduction Adobe's Cloud Manager Content Copy tool is an additional approach that aims to simplify the limitations of using CRX Package Manager / VLT RCP and handling huge volumes of content/DAM copy between AEM environments. The content copy tool in Cloud Manager helps AEM users to copy AMS-hosted AEM 6.x content from Production to...
In our first blog of headless series, we discussed different approaches to enable headless for AEM existing sites. We emphasized on one approach to use sling exporters and traditional templates. Let's discuss changes required to get this approach working. Key points of the approach Any application/service can make HTTP calls...
ACS AEM Commons Reporting is a collection of reporting tools and utilities designed to enhance the reporting capabilities within AEM. It offers a solid foundation for generating insightful reports, but what if you need to tailor reporting functionalities to meet specific business needs? That's where extending ACS AEM Commons Reporting...
In this blog, we will demonstrate how Adobe AEM App Builder can streamline the development of custom content fragments within Adobe Experience Manager as a cloud service. We aim to guide you through setting up a local development environment, creating a project, and developing a custom button in the action bar. By following the...
In the dynamic landscape of digital experience management, security and user convenience are paramount. Adobe Experience Manager (AEM) stands out as a leading solution, empowering organizations to create, manage, and deliver engaging digital experiences. However, with the increasing importance of security, integrating robust...
Introduction Open Graph tags are defined by the og: meta property and found in the <head> tag. In simpler terms, Open Graph tags control how the website’s content appears when shared. These tags represent what title, description, and image social media platforms should use when the content is shared. Why are Open Graph tags...
Overview of AEM and vue.js Adobe Experience Manager (AEM) is a powerful content management system that allows for seamless content creation and management. On the other hand, vue.js is a progressive JavaScript framework that simplifies front-end development. Integrating AEM with vue.js can enhance the user experience and streamline...