We have a use case in our project where we need to create an aem asset repository. This would cater assets to multiple other enterprise projects. We are using aem6.4. Please suggest means in which we can achieve this scenario.
We have tried creating Content Fragments, to expose the contents. But we could only get the json from the page created with the content fragment, and not from the fragment directly. But if we are using aem assets, is there a way to generate json for the content fragment directly.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
You need to setup Content fragments service as mentioned below
Adobe Experience Manager Help | Set up Content Fragments and Content Services in AEM
Did you try with json extenstion to expose content fragments like
Views
Replies
Total Likes
Hi,
Please check below, if helps
AEM 6.3 First Looks: Content as a Service – Adobe
Developing AEM Mobile Content Services
Thanks
Arun
Views
Replies
Total Likes
Hi Arun,
In the aem 6.4 jar, the package "com.adobe.cq.caas.impl.feature.ContentServicesFeatureFlag", is not present, so as to enable the content service. As per the adobe documentation, aem 6.4 supports content services without any other feature packages. Would appreciate some advice on this.
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi,
You need to setup Content fragments service as mentioned below
Adobe Experience Manager Help | Set up Content Fragments and Content Services in AEM
Did you try with json extenstion to expose content fragments like
Views
Replies
Total Likes
Tried this http://localhost:4504/content/dam/we-retail/en/experiences/arctic-surfing-in-lofoten/arcti c-surfing-in-lofoten.infinity.json
and it worked!!.
Had already set up content fragments as the adobe document.
Views
Replies
Total Likes
If its AEM 6.4, content service is enabled by default. And for AEM 6.3 you have to enable the service. The ideal case is to use content fragment models as opposed to templates. And in both scenario's the easiest and reliable way you can access the CFs content in json format is using below URL -
Remember these CFs are created using CF model not template. You can replace master.json with any variation name you may have created for that CF.
Also, those who want to enable access to CFs through Dispatcher you have to make some filter and cache rule changes. Make sure you have some strict regex to accept only required URLs.
I would not use .infinity.json.
Views
Likes
Replies