Generating Report using Java.

How do I generate report in java application?I want to build java application that can generate report.I use NetBeans as my tool and MySQL as database..Please, help me.
[196 byte] By [monkeya] at [2007-11-27 5:18:35]
# 1

Could you be a little more specific in your question:

Do you need help with JDBC interface or writing SQL?

what product do you want to view the report with? This makes a huge difference in how the output has to be treated. OLE, DDE, HTML, XML, CSV, Plain Text, Word, etc...

What you basically have asked is: I have a project I have to do, please do it for me and we're using MySQL. Be much more specific if you want any help.

morgalra at 2007-7-12 10:41:46 > top of Java-index,Desktop,Developing for the Desktop...
# 2
you can use iReport http://jasperforge.org/sf/projects/ireport
enkhbayarsa at 2007-7-12 10:41:46 > top of Java-index,Desktop,Developing for the Desktop...
# 3

Thanks, enkhbayars..

I find out iReport is a good tool to generate Java report, I use MySQL to store my database..

I've generated some report using iReport, I call the report from my java application which asking input from user.

But there are some problem with my reports, after I call the report from java application and close the report, my java application also closed automatically. Why that happen, are there any way to prevent my application closed when I close my report?

Thank you,

monkeya at 2007-7-12 10:41:46 > top of Java-index,Desktop,Developing for the Desktop...