Hi,
seems like this should be a basic question (and sorry if it is), but yet I haven't found any answer.
I'm looking for XSLT stylesheet(s) (+ some ant tasks probably) that would transform my mapping files into a readible documentation (html, pdf, csv, ...).
Or, in general, for a presentation tool that would generate documentation based on my mapping files.
The result can be very simple, I want to provide our db team with a tabular view of mapping between Java objects and db tables so they can read the HQL queries, profile and optimize them wherever neccessary.
Sure I can write my own stuff to do that, just thought there must be "thousands of libraries" already.
Thanks,
Tomas
|