i was wondering if there are any good html5 generation tools for Java, similar to the Jakarta ECS project, which has long been retired. I see there are questions regarding programmatic html generation through java, but most of the answers refer to outdated tools that don´t fully support html5.
I refer to this question in particular: A good HTML object model in Java?
Yes, there’s one: Jsoup.
Example:
(Building some html)
Output:
Documentation: