Expand my Community achievements bar.

SOLVED

Does AEM support CMS feature?(not web content manager)

Avatar

Former Community Member

Does AEM support CMS feature? Editor can author the article and news on AEM and then provide web service interface to the external application. The article and news won't be shown on the web site via AEM. It will be shown by third-party system.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Before you try to implement the server-side of a webservice (not a webservice client) into AEM, try the default REST interface. It's much more convenient.

Jörg

View solution in original post

4 Replies

Avatar

Correct answer by
Employee Advisor

Before you try to implement the server-side of a webservice (not a webservice client) into AEM, try the default REST interface. It's much more convenient.

Jörg

Avatar

Level 3

Yes ,

Thats possible . You can create a bundle that invokes a web service etc. 

Avatar

Level 1

At the core CQ is definitely a CMS tool as it supports content storage, version control, access control and workflows.

But an Enterprise CMS is more than that. They manage information(content(word docs, pdfs, images etc) + metadata)
through 1)information capture (through scanning, email, manual input, or xml messages)
2) transformation(rendition, extraction, create new content, new format, indexing etc)
3) BPM (workflows - user input, edit, review, collab, publish etc) &
4) finally depending on regulatory & compliance needs convert it records, freeze & digital shredding

- Venu Gummadala

Avatar

Level 10

AEM supports using 3rd party data . We have community articles that talk about pulling in 3rd party data. See this one for web services using SOAP/WSDL:

http://helpx.adobe.com/experience-manager/using/creating-cq-bundles-consume-web.html

See this article to learn how to pull in 3rd party Restful web service data:

http://helpx.adobe.com/experience-manager/using/restful-services.html

Basically - when you want to pull in 3rd party data into AEM, create a service using OSGi bundle as shown in these articles. 

Hope this helps.