Showing posts with label AEM. Show all posts
Showing posts with label AEM. Show all posts

Saturday, November 14, 2020

Custom Tab Component in AEM

Although the best way to implement tab component in AEM is via inheriting it from core tab component, but there could be certain scenarios where we need to use a custom Tab component. In such scenarios, we can easily create a tab component by using a multifield for addition of n number of tabs...

Thursday, July 30, 2020

JMX in AEM

We can invoke/consume a custom service in AEM in many ways. One way of calling it is via JMX MBean. With the JMX we can invoke any piece of code on demand by just a click on the invoke button. Also, we can pass as many parameters as required to be used inside our code. In this blog, we will create a...

Monday, July 6, 2020

AEM Scheduler with Config Factory

In this article, we will try to explain how to create an AEM scheduler with multiple configs so that the job can be scheduled for different cron expressions. This scenario will be helpful in case we need to run the same job at a different type with some different parameters. For Example, we can have a scenario where we need to run the same job to create the sitemap but the locales are...

Contact Form

Name

Email *

Message *

Categories

Latest Post

Memory Management in JAVA

One of the most important features of Java is its memory management. Since Java uses automatic memory management, it becomes superior to tho...

Popular Posts