admin

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

OCD issue with @Activate annotation

In this blog, I will explain a very common error made by AEM developers during the development of OSGi Components. So most of the AEM developers those earlier used Felix SCR annotation for OSGi component creation, made this common mistake.   Here are some common issue statements said by AEM developers. Some developers said that […]

Read More