1.

What is sightly in AEM?

Answer»

 In AEM 6.0, Sightly was introduced as an HTML templating language. It is intended to replace JSP FILES and is the primary HTML templating solution. The word "sightly" implies "pleasant to the eye," and its goal is to make your markup look nice and tidy. The following benefits of USING Sightly:

  • Lightweight — There are no dependencies, thus it is quick and lean.
  • Secure - Contextual XSS (Cross-site scripting) prevention and URL externalisation are both automatic.
  • Powerful – A simple logic API that ALLOWS you to perform almost anything.
  • Intuitive - A FEATURE set that is clear, basic, and limited. 


Discussion

No Comment Found