Thanks for your reply kunal23.You are talking about rendering a navigation component. My question aim a more generic scenario; What about the business scenario where the system suppose to display content data from a specific node? Eg:creating a "top 10 latest news items" overviewShould i get node da...
The dev guidelines specifies that:"For rendering content, use navigational access to the content tree instead of performing a JCR Query."What is the meaning of "navigational access"? Access node data via resourceResolver.getResource()?
Hi i've come across some discussions about best practice recently and one of the points raised was around usage of java API to build components insted of javascript API. The arguments were:1 - Javascript will be converted to java classes anyway2 - Use Java to keep consistency across platform (other ...