I am new to jasper reports as well as to java. I just downloaded JDK,
JDBC, jasper reports for generating reports. Now I want to know that
what else I require to start generating reports.
Also I need to get data from database and generate reports using it.
Can anybody please tell me how should I do this. Please give me
simplest example of -> 1. XML file from where I'll get data and design
report and 2 .java file from where I'll call compile report, fill
report and other function for generating reports.
anal_aviator - 01 Dec 2004 21:36 GMT
> I am new to jasper reports as well as to java. I just downloaded JDK,
> JDBC, jasper reports for generating reports. Now I want to know that
[quoted text clipped - 5 lines]
> report and 2 .java file from where I'll call compile report, fill
> report and other function for generating reports.
itext.
RTFM it is all in there ,along wih examples, or it was with my copy.
Carlus Henry - 11 Mar 2005 03:10 GMT
Your best bet is to look at a tool called iReports. This is a great
tool for helping you develop reports using Jasper.
Combining this with the examples that comes from the Jasper download, is
how I learned how to use the tool. You can open a jasper xml file in
iReports and see how things are laid out.
Good luck.
Carlus
> I am new to jasper reports as well as to java. I just downloaded JDK,
> JDBC, jasper reports for generating reports. Now I want to know that
[quoted text clipped - 5 lines]
> report and 2 .java file from where I'll call compile report, fill
> report and other function for generating reports.