Jim Kingdon's Java page

Rendering HTML

In writing a web application in java, one task is to render HTML. Most ways of doing this, such as velocity, jsp, and XSLT, have drawbacks. It is hard to navigate and refactor them, because tools like eclipse and IDEA don't have the same support as for java. They all have their own non-Java syntax to cope with. What's the solution?


This page is part of Jim Kingdon's personal pages.