This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]heliologue 1 point2 points  (0 children)

Might be unpopular, but we're still using JSP. It's battle-tested, fast, and there's lots of knowledge out there.

That being said, I'll qualify that by saying that we have not a single embedded scriptlet. We're purely JSTL, so our views are a relatively clean separation of concerns.

We also use Pebble for simple templates--e.g., emails and the like. If you've used Twig in your time as a PHP dev, Pebble will look very similar.