Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Other CMS Integration

Avatar

Level 3

Hi,

Let me know if I can integrate other CMS, like Plone, with this documentation?

Integrating third-party systems with AEM Mobile

Regards

1 Accepted Solution

Avatar

Correct answer by
Level 5

Hi Felipe,

As per the Documentation of the AEMM Support only some well know integration can be supported, these integration are based on Rest Api.

For Plone integration with AEM so you need one service in the plone side that will return the Json data based on the Requirement.

Below in the Restful Api documentation of plone:

plone.restapi: A RESTful hypermedia API for Plone. — plone.restapi 1.0a1 documentation  with the help of this documentation you will create a service that take some input whether in (get,put,post,delet) call and return Json data based on the input call.

And then call this service from AEM and consume that Json data and do operation whatever you want.

View solution in original post

2 Replies

Avatar

Level 2

Hi,

As of now AEMM supports only a few set of CMS integration. If you need to work on other CMS, you need to use On Demand API's to create html files, package this to .article file and upload this to AEMM. Please refer PHP method for On Demand API usage for more details: https://helpx.adobe.com/digital-publishing-solution/help/content-producer-service-sdk.html

Thanks

Avatar

Correct answer by
Level 5

Hi Felipe,

As per the Documentation of the AEMM Support only some well know integration can be supported, these integration are based on Rest Api.

For Plone integration with AEM so you need one service in the plone side that will return the Json data based on the Requirement.

Below in the Restful Api documentation of plone:

plone.restapi: A RESTful hypermedia API for Plone. — plone.restapi 1.0a1 documentation  with the help of this documentation you will create a service that take some input whether in (get,put,post,delet) call and return Json data based on the input call.

And then call this service from AEM and consume that Json data and do operation whatever you want.