Reporting in Java using XSL-FO

compared with
Current by Kees de Kooter
on Feb 22, 2006 09:00.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History

And all of this coded by hand, no graphical tools used whatsoever. The toughest job was coding the FO. There is a very extensive W3C specification available (http://www.w3.org/TR/xsl/), but no comprehensive 'cookbook' manual, nor GUI tools. So every tiny little layout aspect that I wanted to render took a lot of research time.

Another issue is the performance of FOP. It is quite slow. There is a version coming up however, promising to be much faster: http://xmlgraphics.apache.org/fop/0.91/index.html.