Anonymous
05-28-2002, 06:55 PM
Hi everybody,
JFreeReport ante portas :)
the next release of JFreeReport is now almost done. Until the next version is officially released I will not add any new features to JFR.
During the next 2 weeks we will update the documentation and testcases get defined, to guarantee a stable and reliable version of JFreeReport.
You could make a simple developer very happy, when you just download the current version from the cvs and test this version a little bit. And when you are looking at this package, just tell me what you are missing, what features would you like to see included?
What is good, what is not so good?
I also have almost no clue where you are using this lib:
Client or server sided?
In a servlet environment?
And how do you use this lib? Do you just let the parser do it's job, or do you modify the result? Or do you ignore the parser and create the complete report manually?
How do you feed you data in? Do you use DefaultTableModels or do you create custom models? Where does the data originate and how much calculation is involved to form the fed in datamodel?
Do you use functions? Which ones? Aggregate functions or more complex functions?
To make it harder for you to resist the cvs, let's list the new features :)
The upcoming version will include the following features:
- PDF truetype printing with font embedding.
- PDF unicode support
- Rectangle-Shapes
- a better structured parser for easier extendability
- a possibility to access elements within a band.
- shapes can be filled with an color
- Stackable data filter interface to easily convert data types
- ReportState now does a prepare run before printing the report allowing for instance the printing of total pages per report
- preview frame got improved (number of pages is shown)
- printing improved a bit (Number of pages in the print dialog)
- relative element bounds (using percents instead of absolute positions, for instance use x="50%" for the center of the band)
- all text elements are linebreak capable (so no more manual linebreaks in the report definition needed)
Tasks that are marked for the next release are visible via sourceforge.
And as said: If you miss something or have an idea and/or contribution, just shout out lout. It is your feedback that will make JFR strong!
Have more fun,
said Thomas
JFreeReport ante portas :)
the next release of JFreeReport is now almost done. Until the next version is officially released I will not add any new features to JFR.
During the next 2 weeks we will update the documentation and testcases get defined, to guarantee a stable and reliable version of JFreeReport.
You could make a simple developer very happy, when you just download the current version from the cvs and test this version a little bit. And when you are looking at this package, just tell me what you are missing, what features would you like to see included?
What is good, what is not so good?
I also have almost no clue where you are using this lib:
Client or server sided?
In a servlet environment?
And how do you use this lib? Do you just let the parser do it's job, or do you modify the result? Or do you ignore the parser and create the complete report manually?
How do you feed you data in? Do you use DefaultTableModels or do you create custom models? Where does the data originate and how much calculation is involved to form the fed in datamodel?
Do you use functions? Which ones? Aggregate functions or more complex functions?
To make it harder for you to resist the cvs, let's list the new features :)
The upcoming version will include the following features:
- PDF truetype printing with font embedding.
- PDF unicode support
- Rectangle-Shapes
- a better structured parser for easier extendability
- a possibility to access elements within a band.
- shapes can be filled with an color
- Stackable data filter interface to easily convert data types
- ReportState now does a prepare run before printing the report allowing for instance the printing of total pages per report
- preview frame got improved (number of pages is shown)
- printing improved a bit (Number of pages in the print dialog)
- relative element bounds (using percents instead of absolute positions, for instance use x="50%" for the center of the band)
- all text elements are linebreak capable (so no more manual linebreaks in the report definition needed)
Tasks that are marked for the next release are visible via sourceforge.
And as said: If you miss something or have an idea and/or contribution, just shout out lout. It is your feedback that will make JFR strong!
Have more fun,
said Thomas