I need to make a report, but I haven't seen anything close to the reports in IDE's such as ACCESS/VBA or DELPHI4.
Is there a program I can download that can help me make my report creation(in java) easier?
Thanks,
Justin Fox
You down with OOP? Yeah you know me!
Jon Parise
Ranch Hand
Joined: Jul 03, 2007
Posts: 81
posted
0
Justin,
I have had some success recently with the Open Office API. It is a bit tricky at first but the documentation is pretty good. I am writing a reporting App in it right now.
Download the SDK and read through some of the developers guide. It won't be as easy as Access by any stretch though...
I also keep hearing about Jasper Reports, but have never used it.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35229
7
posted
0
JasperReport is the standard open source library for creating reports in Java. There's a GUI designer called iReport for it if you'd rather design the report visually than through code or XML. The http://faq.javaranch.com/java/OtherOpenSourceProjectsFaq has somelinks regarding both.
There's also something called BIRT, which is Eclipse-bassed.
Thanks for the info. I'm definitely going to try those out. But is there a programming enviroment that has a good report user interface? I downloaded visual basic but it doesn't have a report "object" you can edit visually. Or can you integrate CrystalReports with java or and of the .NET languages?
Thanks,
Justin Fox
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35229
7
posted
0
CrystalReports being such an eminent product I can't imagine it not having some kind of Java integration. Their developer documentation will tell for sure.