Reporting, Query Tools
Query and Reporting:
A type of data access and analysis computer application that allows users to build queries of the data base and construct reports via a GUI.
From: www.egltd.com/production/Glossary.html
Many tools provide a graphical representation of the queried data, providing a visual perspective to the user.
JFreeReport
JFreeReport is a free Java report library. It has the following features:
full on-screen print preview;
data obtained via Swings TableModel interface (making it easy to print data directly from your application);
XML-based report definitions;
output to the screen, printer or various export formats (PDF, HTML, CSV, Excel, plain text (including special support for ESC/P and IBM compatible printers));
support for servlets (uses the JFreeReport extensions)
complete source code included (subject to the GNU Lesser General Public Licence);
extensive source code documentation;
Loading .....