How to test an OSGi service using AEMContext
Category Archives: AEM
Connect AEM with Rest Api
How to invoke third party Restful web services in AEM 6.5
JUnit Test in AEM 6.5 – Query Builder
Test Query Builder using AEMContext
JUnit Test in AEM 6.5 – Servlet
How to test a Servlet using AEM Context
JUnit Tests in AEM 6.5 with AEM Context
Set up junit tests with AEMContext in AEM. We will create a Generic Abstract Class that will be used to perform junit testing for different use cases (Servlet, Models, Schedulers, etc).
Full text search AEM 6.5
How to implement a fulltext search in AEM 6.5
Send Emails with attachment in AEM
How to implement an OSGi service that sends email with attachment in AEM using the CQ Mail service.
Create Image Renditions in AEM
How to implement an event handler that creates image renditions after the image has been uploaded in your DAM.
Resource Listener to flush cache in AEM 6.5
Create a resource listener (OSGi component) in AEM 6.5 and flush specific cached paths from the publishers
Event Listener in AEM 6.5
How to implement an event listener in AEM 6.5