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.
David Segall - 30 May 2005 08:41 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.
If you want a GUI designer for your report then try iReport
<http://ireport.sourceforge.net/> which is a front end to
JasperReports. If you are the macho vi/Emacs type you can bypass
iReport and use one of them to write the XML required for
JasperReports <http://jasperreports.sourceforge.net/>
Andrew Thompson - 30 May 2005 10:25 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
Uwe Ziegenhagen - 31 May 2005 08:29 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.
Try LaTeX. works fine and gives perfect results.
Uwe

Signature
mail to newsgroup@ziegenhagen.info is read only from time to time. If
you need an urgent answer, google for me.
Richard Wheeldon - 31 May 2005 20:13 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.
This should probably be in the FAQ by now. It's been answered
often enough.
I suggest an xml representation from which you can do:
xml -> xslt -> html
or:
xml -> xslt -> xsl:fo -> fop -> pdf/ps
Richard