Sling resourceType , sling:resourceSuperType.
Hi All,
What exactly is the difference between the two.
Any detailed explanation/reference would be helpful.

Hi All,
What exactly is the difference between the two.
Any detailed explanation/reference would be helpful.

From the AEM docs (http://wem.help.adobe.com/enterprise/en_US/10-0/wem/developing/the_basics.html)
In addition to the resource types (primarily defined by the sling:resourceType property) there is also the resource super type. This is generally indicated by the sling:resourceSuperType property. These super types are also considered when trying to find a script. The advantage of resource super types is that they may form a hierarchy of resources where the default resource type sling/servlet/default (used by the default servlets) is effectively the root.
Also - see the SLing docs. This is a good topic to start with:
https://sling.apache.org/documentation/the-sling-engine/url-to-script-resolution.html
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.