Create pages via REST call | Community
Skip to main content
Level 9
October 16, 2015
Solved

Create pages via REST call

  • October 16, 2015
  • 4 replies
  • 1253 views

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.html 

- 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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

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. 

4 replies

smacdonald2008
smacdonald2008Accepted solution
Level 10
October 16, 2015

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. 

askdctmAuthor
Level 9
October 16, 2015

Hi Runal/bsloki/Scott,

Thank you for your reply. I had gone through this several times, but now able to appreciate it.

Runal_Trivedi
Level 6
October 16, 2015

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.html

- Runal

Lokesh_Shivalingaiah
Level 10
October 16, 2015

Also, AEM is build on Apache sling framework with is rest based. Read this to understand http://sling.apache.org/