Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Sling Resolution

Avatar

Level 2

Hi Team,

 

I am new to AEM and I am confusing about sling resolution.

 

I have simple URL http://mydomain.com/content/home.html

Below things I observed in blogs.

First it will search with path content/home then it found and it will take sling:resourceType that is my page component which is apps/myproject/components/page.

Then it will go to page component then it will execute page.html the same thing observed in many blogs. Here my question is if it is executes page.html then how I am able to see home.html page content?

 

Could you please clarify me.

 

Thanks,

Satish

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

To make it simple let me explain this here in another way -

 

if you access any page lets say home.html, browser looks for html to render but home.html does not have any code(jsp, html etc), it only has few properties and components but it has sling:resourceType which tell server to include code from page resource type and execute it and add response to home.html. Thats why you see the page.html rendered code. Same thing happens for components as well.



Arun Patidar

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

To make it simple let me explain this here in another way -

 

if you access any page lets say home.html, browser looks for html to render but home.html does not have any code(jsp, html etc), it only has few properties and components but it has sling:resourceType which tell server to include code from page resource type and execute it and add response to home.html. Thats why you see the page.html rendered code. Same thing happens for components as well.



Arun Patidar

Avatar

Community Advisor

@sathishreddy Just wanted to add few more pointers here so that you have a better understanding on Sling Resolution. Please read through below topics where I have tried to explain the sling resolution in different scenarios. Hope it helps 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/template-component-can-t-o...

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/sling-resource-resolution-...

 

 Let us know if you have anymore questions

 

Thanks

Veena