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.

For more information please read this article
Comments
Post a Comment