Data Entry for records in AEM(backoffice) - am i thinking right?
hello,
we got AEM to power our next site and we are/were using Sharepoint.
One thing that's missing in AEM from sharepoint is the backoffice. So lets say you need some records that needs to be shown as link or 1 record out of them to be shown on a page (massaged with extra data) etc.
I think AEM doesn't provide you a way to write data in database column format, I mean you can do that & i do understand the JCR structure, what i wanted to know if i have author just filling in the blanks for data to be stored in JCR , i would have to create a page (Without components or with it) for data entry. I am taking a look at the example to use for storing customer record in JCR https://helpx.adobe.com/experience-manager/using/persisting-cq-data-java-content1.html
The example shows how to persist data in JCR. is there any other way out of the box to do that in AEM.
I think we might have many unique data repositories like that, wanted to know if there is an easier way or is there already a package to do that.
Thanks