Expand my Community achievements bar.

AEM Integration to WeChat Mini-Program

Avatar

Level 1

Hi Experts in this community,

Good day!

 

I'm currently designing and proposing to utilize our current CMS, Adobe's AEM CMS, to render the frontend of WeChat Mini-Program.

Considering the existing solution that AEM CMS outputs like headless CMS for content delivery (JSON) and experience fragments (HTML and CSS), my question now is do you have an existing implementation or solution to utilized these method to delivery contents and the frontend which is acceptable by WeChat Mini-Program for our reference as there are no reliable sources online?

 

Please help to shed some light, thank you so much!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Level 1

Hi @MavericZh ,
You can leverage content fragments using GraphQL for efficient data retrieval. Alternatively, you can create a Sling Servlet with a resource type serving as a REST endpoint, which can be invoked directly from a WeChat mini-program.

Thanks,
Deva

Avatar

Level 1

Hi @DevaRajuPolasi ,

Thanks for your valuable feedback. But this is will be purely for the content right? How about the experience, the look and feel of the whole page, will it be possible to design/author it via AEM CMS?

I believe the markup language and style sheets of Mini-Program is different from our web.

 

Thanks!