This question was asked on Stack Overflow more than 12 years ago, and the answer was "No". Today, JSP is considered a deprecated technology, and Facelets has replaced it.
However, my application is not a Jakarta Faces application. It is an action-based MVC application using Jakarta Servlet components. I want to use Facelets as the template engine, but I couldn't find any guides or online resources on setting it up in a Jakarta Servlet web application.
Any comments?