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.

How do you obtain the info to 'paint' it in an app

Avatar

Level 1

Hi there,

 

I'm analyizing Adobe Experience Manager documentation in order to make an app.

https://experienceleague.adobe.com/docs/experience-manager-65.html?lang=es

I understand there's SDK and API associated
https://aep-sdks.gitbook.io/docs/resources/upgrading-to-aep/current-sdk-versions
https://experienceleague.adobe.com/docs/experience-manager-64/developing/introduction/reference-mate...

 

My doubt is, how do you 'obtain' the info associated? using API or SDK? And then you can 'paint' it in an app? How? I've searched in different links, but I don't find it (maybe is in it but my profile is not technical)

 

Thanks in advance.

 

4 Replies

Avatar

Employee Advisor

You seem to mix AEM (Adobe Experience Manager) with AEP (Adobe Experience Plattform), and these are totally different products. You submitted this post in the AEM Forums, and there is also a forum related to AEP at https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform/ct-p/adobe-experience-pla...

 

Also I don't get what you mean when refer to "pain in an app". Can you please elaborate on that?

Avatar

Level 1

Hi,

 

I'm interested in the product that allows to produce content for a website or app. I understand it would be AEM, as a CMS (and so, AEP link doesn't apply, true; thanks)

 

I refer to 'paint' (no 'pain') in an app; that's it, how do you obtain the info that you want to see at a web or app (let's say, a blog post), and how do you 'paint'/depict/portray the data in the app/web

 

Thanks!

Avatar

Employee Advisor

Ah, this link helps.

 

So you want to create and manage content within AEM and have a frontend which can display this content. In the linked article the frontend is a react app, but of course you can also fetch it from a (native) app.

 

The immediate approach would be to use the RESTful approach, which is described at [1].

 

[1] https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/c...