Jump to content
We've recently updated our Privacy Statement, available here ×

Jasper Reports, IReports and JBuilder


2004 IR Help

Recommended Posts

By: londsy - lyle_69

Jasper Reports, IReports and JBuilder

2005-04-03 04:59

I have just built my first application were the user enters information through a GUI and the data is stored in an Oracle database. I need to produce reports on this data. I have decided to use Jasper reports and IReports to help me do this. I am using JBuilder, do the two reports applications work well with it? Does anyone out there know how to configure these applications into JBuilder?

 

Thanks in advance.

 

 

 

 

By: C-Box - c-box

RE: Jasper Reports, IReports and JBuilder

2005-04-04 07:37

Just put the JasperReports JAR-Archive to you project-settings (needed libraries) ... that's all.

 

The designer (IReport) is a standalone application that is just for designing the JasperReports. I would advice you, to design your reports within iReport... store them in database and call them from the database back within your application with the standard Jasper methods (load, (compile --> if needed you can also store the compiled reports in database) and fill) ... you will get a JasperPrint object that can be viewed within the JasperViewer or exported to PDF/HTML/JRPXML.... or directly to the printer.

 

hth

C-Box

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...