I am looking for a report generator to embed into a java application.
I would like to define the report using some textual language (e.g. XML).
The layouts are rather simple (no flows). I want to print out labels with graphics, barcode and texts.
What are my options? Which open source / free generators are available for java.
Jasper Reports (Wikipedia) may be the thing you are looking for.
It also open-source, and has plugins for IDEs such as iReport for NetBeans.