Hi Breck!
There are a number of report writers written in Java. One of the better ones is called "Jasper Reports". The thing is that Jasper Reports is sort of like the report engine only. To actually use it you have to write java code.
iReport is like a GUI interface for Jasper Reports. In the end it is an adhoc report writer.
I want to provide an adhoc report writer for my application. All my reports are currently built-in and I am looking for an alternative. Something that I can include alongside with my application which allows me to write reports without modifying the application, and even more importantly allows someone ELSE besides me to write reports :-)
Best regards,
Edgard