Creating a Custom Watched Folder Service for Adobe Experience Manager 6.3

When working with Adobe Experience Manager 6.3 (AEM), sometimes you need to perform use cases that are not available by default. For example, assume that you want place an XML file into a local folder on your Desktop and have AEM read that file and place it within the AEM repository. Furhtermore, you want this to occur at specific time intervals. 
To achieve this functionality within AEM, you need to implement two services:
  • A custom service that reads XML files in a local directory and places the file into a JCR location. 
  • An AEM Scheduler service that invokes the custom service at specific time intervals. 
The following illustration shows this use case. 

INtro

For more information please read this article






Comments