importers in AEM5.6.1/6.1 | Adobe Higher Education
Skip to main content
Level 4
February 27, 2016
Beantwortet

importers in AEM5.6.1/6.1

  • February 27, 2016
  • 3 Antworten
  • 828 Ansichten

In our installation, if I try to create "New" under tools/importers, the templates is blank. Are we missing a license?

If I want to display data from an external RSS feed, is this the feature we should use?

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von smacdonald2008

You can also create an AEM Importer service by using the com.day.cq.polling.importer.Importer API.

See this AEM community article: 

https://helpx.adobe.com/experience-manager/using/polling.html

Hope this helps...

3 Antworten

smacdonald2008
Level 10
February 28, 2016

Here is a community article that talks about this use case: 

http://cq-ops.tumblr.com/post/17391660877/how-to-create-a-blog-based-on-an-rss-feed

You do not need a separate lic to use this. 

smacdonald2008
Level 10
March 1, 2016

You can also create an AEM Importer service by using the com.day.cq.polling.importer.Importer API.

See this AEM community article: 

https://helpx.adobe.com/experience-manager/using/polling.html

Hope this helps...

Level 4
March 1, 2016

These examples are really useful Scott!