Downloading Adobe Experience Manager DAM Assets using Sling Servlets and the Query Builder API
You can create an AEM Sling Servlet that uses the AEM Query Builder API to search the AEM Digital Asset Manager (DAM) and return a collection of assets within a ZIP file. The client web browser downloads the ZIP file that contains the DAM assets.
You can create a Sling Servlet that performs these tasks:
- Uses the QueryBuilder API to search a specific DAM folder
- Retrieves assets (for example, PNG files)
- Places the assets in a ZIP file
- Returns the ZIP file
The following illustration shows the use case described in this development article.
[img]DAMAssets.png[/img]
See: http://helpx.adobe.com/experience-manager/using/downloading-dam-assets.html