W
Wendy S
The current version of my project involves reading from a database, setting
properties in a JavaBean (they're all String or String[]) and then using
JSTL to iterate over the various arrays (and arrays-of-arrays) and display
HTML. They wanted a 'printer friendly' version, so I wrote a different JSP
that doesn't have the menus and navigation and just displays the data.
But it's not well written, and adding things (which they ask for at least
weekly) is difficult. So, the rewrite will commence soon and I'm looking
for better options.
The data is multi-valued and deeply nested - XML is the natural format for
it. Once I get that part settled, I need to go from XML to either HTML (via
a Struts/Tiles webapp) and to PDF for the 'printer friendly' version. Using
Java, obviously.
Can someone help me sort out the alphabet soup of acronyms and projects to
do this?
I'm thinking XSLT (and CSS) will turn the XML into nicely formatted HTML.
Any other suggestions for that part?
And I'm already using iText to do PDF in another project, though that one
does not involve XML. XML to PDF searching turns up FOP, can anyone comment
on that? (It looks complicated!)
Thanks,
Wendy
properties in a JavaBean (they're all String or String[]) and then using
JSTL to iterate over the various arrays (and arrays-of-arrays) and display
HTML. They wanted a 'printer friendly' version, so I wrote a different JSP
that doesn't have the menus and navigation and just displays the data.
But it's not well written, and adding things (which they ask for at least
weekly) is difficult. So, the rewrite will commence soon and I'm looking
for better options.
The data is multi-valued and deeply nested - XML is the natural format for
it. Once I get that part settled, I need to go from XML to either HTML (via
a Struts/Tiles webapp) and to PDF for the 'printer friendly' version. Using
Java, obviously.
Can someone help me sort out the alphabet soup of acronyms and projects to
do this?
I'm thinking XSLT (and CSS) will turn the XML into nicely formatted HTML.
Any other suggestions for that part?
And I'm already using iText to do PDF in another project, though that one
does not involve XML. XML to PDF searching turns up FOP, can anyone comment
on that? (It looks complicated!)
Thanks,
Wendy