JFreeReport is a Java report generator. Using data from a Swing TableModel, JFreeReport can send output to the screen (print preview) and the printer, and export to text, CSV, HTML, XML, Excel, and Acrobat PDF files.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Diese Version behebt einige kritische Bugs und einige Speicherlecks. Komplette Profilierung des Berichts Bibliothek getan wurde und Performance wurde verbessert. Viele unnötige Objekt Kreationen sind jetzt auch vermieden, so dass der Speicher Leistung in einem viel besseren Zustand ist. Diese Version wurde erfolgreich mit einem Bericht über 10000 Seiten getestet. Einige Bugfixes Einfluss auf die API in einer nicht abwärtskompatibel Weg, so lesen Sie bitte die Datei "migration.txt" bei der Aktualisierung.
Tags:
Major bugfixes
This release fixes several critical bugs and some memory leaks. Complete profiling of the report library has been done and performance has been improved. Many unneccessary object creations are also avoided now, so that the memory performance is in much better shape. This release had been successfully tested with a report of 10000 pages. Some of the bugfixes affect the API in a non-backward-compatible way, so please read the file "migration.txt" when upgrading.
Diese Veröffentlichung fügt einen neuen Bericht Definition Parser, plus Export-Optionen für HTML, XML, Text-, CSV und Excel. Es gibt auch die üblichen Bugfixes und Verbesserungen Javadoc.
Tags:
Major feature enhancements
This release adds a new report definition parser, plus export options for HTML, XML, plain text, CSV, and Excel. There are also the usual bugfixes and Javadoc enhancements.
Die wichtigsten Änderungen in dieser Version sind die neuen PDF-Funktionen mit Unterstützung für die Verschlüsselung und Sicherheit, eine bessere PDF Speichern-Dialog für mehr Komfort Speichern von PDF-Dateien, Unterstützung für Ausdrücke (kleine Staatenlose Funktionen, siehe Berichte 1 und 3 für Beispiele), und einheitlichen Datenzugriff innerhalb einer Funktion, indem Sie das DataRow-Objekt für den Zugriff auf weitere Funktionen, Ausdrücke und die DataSource-Spalten über eine einzige Schnittstelle.
Tags:
Minor feature enhancements
The most important changes in this release are the new PDF features
with support for encryption and security, a better PDF save dialog for
more comfortable saving of PDF files, support for expressions (small
stateless functions; see reports 1 and 3 for examples), and unified
data access within a function by using the DataRow object for
accessing other functions, expressions, and the DataSource columns
through a single interface.
Es wurde Unterstützung für die Bilder in der Tabelle Modell hinzugefügt. Zusätzliche Demoanwendungen wurden hinzugefügt. Die DTD wurde aktualisiert. Neue ItemPercent und TotalSum Report-Funktionen wurden hinzugefügt. Bugfixes wurden. Die PDF-Dokumentation enthält nun eine Anleitung für neue Benutzer.
Tags:
Minor feature enhancements
Support was added for images in table model.
Additional demonstration applications were added.
The DTD was updated. New ItemPercent and TotalSum
report functions were added. Bugfixes were made.
The PDF documentation now includes a tutorial for
new users.