Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Create pages via REST call

Avatar

Level 9

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.

1 Accepted Solution

Avatar

Correct answer by
Level 10

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. 

View solution in original post

4 Replies

Avatar

Level 10

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

Avatar

Community Advisor

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

Avatar

Level 9

Hi Runal/bsloki/Scott,

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

Avatar

Correct answer by
Level 10

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.