Valid 9A0-388 Dumps shared by ExamDiscuss.com for Helping Passing 9A0-388 Exam! ExamDiscuss.com now offer the newest 9A0-388 exam dumps, the ExamDiscuss.com 9A0-388 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 9A0-388 dumps with Test Engine here:
Which technologies can be used to develop front end AEM Components? (Choose the best answer.)
Correct Answer: D
Explanation/Reference: Sightly is an HTML templating language, introduced with AEM 6.0. It takes the place of JSP (Java Server Pages) and ESP (ECMAScript Server Pages) as the preferred templating system for HTML It is recommended for new AEM projects to use Sightly as it offers multiple benefits compared to JSP. For existing projects though, a migration only makes sense if it is estimated to be less effort than maintaining the existing JSPs for the coming years. The Sightly Java Use-API enables a Sightly file to access helper methods in a custom Java class. This allows all complex business logic to be encapsulated in the Java code, while the Sightly code deals only with direct markup production. The Sightly JavaScript Use-API enables a Sightly file to access helper code written in JavaScript. This allows all complex business logic to be encapsulated in the JavaScript code, while the Sightly code deals only with direct markup production. References: https://docs.adobe.com/docs/en/aem/6-0/develop/sightly.html