Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Hi All,
I went through an article provided in link http://dev.day.com/cemblog/en/experiencedelivers/2012/04/create-multiple-page-with-one-rest-call.htm...
- What exactly is this REST call. Have gone through various references, but not able to understand it.
- How exactly is REST integrated with CQ.
- Also, is it something like in Crxde-lite I create a .html file and paste the content provided there and it will automatically create pages in CQ?
Any detailed explanation/pointers on this will be very helpful.
Solucionado! Ir para a Solução.
Visualizações
respostas
Total de curtidas
Read all about how AEM Sling and Rest work together here:
http://docs.adobe.com/docs/en/cq/5-6-1/developing/the_basics.html#Sling Request Processing
This is all very important information to know about when working with Adobe Experience Manager.
Visualizações
respostas
Total de curtidas
Also, AEM is build on Apache sling framework with is rest based. Read this to understand http://sling.apache.org/
Visualizações
respostas
Total de curtidas
With Sling when you make POST calls on to repository URL, it automatically converts them to nodes and properties in repository. That is what following article present http://dev.day.com/cemblog/en/experiencedelivers/2012/04/create-multiple-page-with-one-rest-call.htm...
- Runal
Visualizações
respostas
Total de curtidas
Hi Runal/bsloki/Scott,
Thank you for your reply. I had gone through this several times, but now able to appreciate it.
Visualizações
respostas
Total de curtidas
Read all about how AEM Sling and Rest work together here:
http://docs.adobe.com/docs/en/cq/5-6-1/developing/the_basics.html#Sling Request Processing
This is all very important information to know about when working with Adobe Experience Manager.
Visualizações
respostas
Total de curtidas