i m using j2ee in my project on windows platform. my backend is MySql.
please tell me what should i use to generate the reports. i can't
purchase any software. please suggest me any software which is free to
use.
Andrew Thompson - 30 May 2005 10:34 GMT
> i m using ...
'multi-posting'. Please don't.
<http://www.physci.org/codes/javafaq.jsp#xpost>

Signature
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
Glenn Reynolds - 01 Jun 2005 10:43 GMT
Check out JFreeReport and JFreeChart
Check out itext, which generates PDF and RTF files.
These are all free.
Glenn
> i m using j2ee in my project on windows platform. my backend is MySql.
> please tell me what should i use to generate the reports. i can't
> purchase any software. please suggest me any software which is free to
> use.
JaMess - 02 Jun 2005 14:37 GMT
> i m using j2ee in my project on windows platform. my backend is MySql.
> please tell me what should i use to generate the reports. i can't
> purchase any software. please suggest me any software which is free to
> use.
You could use JasperReports. It is based on xml files.
It provides a viewer with print, save as options. It exports files
in pdf, html, ps and some other stuff.
It has support for creating reports from database using queries or
using a datasource made of an array of java bean instances.
Use iReport for graphical editing of the xml report files.