I aM writing an app and part of it will be a basic report structure (with a
few charts). No point re-inventing the wheel.....so do any of you know any
report and chart modules which might help me out?
Thanks
j
IchBin - 31 Jan 2007 02:37 GMT
> I aM writing an app and part of it will be a basic report structure (with a
> few charts). No point re-inventing the wheel.....so do any of you know any
[quoted text clipped - 3 lines]
>
> j
You could look at JFreeChart:
http://www.jfree.org/jfreechart/index.html

Signature
Thanks in Advance... http://weconsultants.prophp.org
IchBin, Pocono Lake, Pa, USA http://ichbinquotations.awardspace.com
______________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
David Segall - 31 Jan 2007 12:16 GMT
>I aM writing an app and part of it will be a basic report structure (with a
>few charts). No point re-inventing the wheel.....so do any of you know any
>report and chart modules which might help me out?
Crystal Reports
<http://www.businessobjects.com/products/reporting/crystalreports/> is
probably the most popular and can be used stand-alone or with an API
for most languages. iReport
<http://www.jaspersoft.com/pr_ireport.html> is a capable open source
alternative. iReport can be used stand-alone and has a Java API.
Richard Wheeldon - 31 Jan 2007 21:26 GMT
> I aM writing an app and part of it will be a basic report structure (with a
> few charts). No point re-inventing the wheel.....so do any of you know any
> report and chart modules which might help me out?
For the reports:
iTextJ
JasperReports
FOP (XML->XSL:FO->PDF/PS)
I chose the latter and have had good experiences with it. I
needed an on-screen preview which I couldn't easily get with
the others, but have had a few problems with memory usage
and bidi.
For the graphs I recommend JFreeChart. Batik is very useful
for SVG export,
Regards,
Richard