Dear Community members, I am curious if I can create a namespace to save my custom properties. Just like what AEM offers - jcr:title, dc:description, etc . I want to create my own(mysite:customTitle) and use it across my application. A. is it feasible?B. If yes, then how to do it? what's the catch a...
Thanks ton, @ArpitVarshney for your sharing valuable thoughts, it was indeed thoughtful. If I save the whole JSON response as node, I have two things to accomplish:1. Use the node data(saved json) to build a UI(show data on my page).2. Search in the JSON(which i'm hesitant to do )Do you know any w...
Dear community members,I'm trying to create JCR nodes based on the data returned by http get. Some of the data contains special characters. ..
..
"details": [
{
"label": "Présentation de l’entreprise:",
"value": "<p style=\"margin: 0px;\">Chez , nous donnons aux gens la possibilité d'interagi...
Thank you @Theo_Pendle for your valuable thoughts, Your detailed responses are indeed great help I will not only store the nodes in AEM, but will update them periodically(thrice a day or more) if there is any change in coming response from my GET request, then i'll update the node properties). Also...
Dear community members,I'm supposed to fetch data from a REST endpoint and converting it into AEM nodes*. Basically there are multiple categories(max 10) and every category has approx 1000-1200+ objects(which i need to convert to JCR nodes). I have read that I shouldn't be saving more than 1000 node...
Hi @adithyaa4585051,Yes, the official documentation is confusing. However, for testing purpose, you may follow Integrating SAML with Adobe Experience Manager to:1. Setting up the Identity provider.2. Download the IDP certificate from here :3. After that, create a password( and make a note - you'll n...
Hi @adithyaa4585051 ,SAML authentication would do, I believe. After you configure your AEM (trust store and keystore), and "Adobe Granite SAML 2.0 Authentication Handler" on config browser. It'd be done easily than you ever thought.Reference: SAML 2.0 Authentication HandlerIn addition to that you ne...
Hi @rohan07,I'm assuming you're talking about content backup(pages, assets, configurations).Create a content package(package manager) and it will just be fine. For the automation you can write cURL scripts and save it on your linux machine(usually hosted on linux servers) and create a crontab entry ...
Hi @bsr060893,First off, why did you delete the folder index under /crx-quickstart/repository as a part of full re-index(I believe that's what you're trying to achieve). You don't have to do that even if you want to fully re-index.Have a look at this : How to complete full re-indexing in AEM Also, s...
Hello @shahidwaris, The solution @arunpatidar has given is handy and easy to implement, but if your project architecture doesn't allow acs-commons to be installed in the instance, you can look at this approach - https://wcmaem.blogspot.com/2013/12/copy-parsys-component.html. It's old and incorporat...