How to store data in Java content repository in AEM 6.4
Hello Friends
I am new to AEM and trying to save data in the java content repository and following the below link :
but as this is for older version of AEM, this was not helpful and i didn't able to save data in the JCR.
by the above link what is clear to me is we have to save all the fields of customer as a property in the JCR node ,
but how to call this service which they have defined is not clear to me.
I have implemented a component which as all the fields shown in example and i have called the simpleservlet using ajax call and i have all the field data in this servlet but dont know what should be next step to call this service and save data in JCR.
Thanks in advance.
Yash
