I goggled for 2 hours to find what shall I use.

I found that both are good and have good community. BIRT is supported by IBM, IBM integrated Tivoli reports with it. This proves it is good and will keep growing.

Jasper Reports has fairly bid community and (probably) a better report designed (iReport).

My requirement is simple: I want to use quick, good reporting tool. My reporting requirements may keep on increasing, thus would like a tool which remains upto-the-mark with market.

Please suggest.

Sandeep Jindal

link|improve this question

80% accept rate
feedback

3 Answers

up vote 12 down vote accepted

BIRT is the only reporting tool that is part of the Eclipse foundation. That alone is enough for me. The IDE is easy-to-use and you can design reports using a really intuative WYSIWYG designer. When things get more complex, you have the APIs and scripting hooks to handle it. After you design the report itself, you have a ton of deployment flexbility. Browsers all the way to a native iPhone client.

My short list of reasons I would go with BIRT:

  1. Data agnostic designer: JDBC, Native Drivers, Web Services, POJOs
  2. Eclipse-based: The community in and around BIRT & Eclipse is thriving.
  3. Drag-andDrop report creation: No programming is required to create content
  4. Versatility: You can create all kinds of content with BIRT, not just traditonal BI. Have a look at the BIRT Exchange DevShare to get a feel for how much cool stuff is out there.
  5. Easy to deploy: Eihter embedded in an application or stand-alone
  6. Once executed and built, BIRT Report Documents are stand-alone entities. This really increases deployment options since you no longer need access to source data and resources for the users to view the report. Gets around firewall issues, security problems, etc... Really flexible execution.

Good luck no matter which way you go!

P.S. I did leave off one huge feature, and that is Page Level Security. If you want to develop one large report for a differentiated audience, you can do that in BIRT and rely on the tool to distribute the proper pages to the appropriate users. This can be a HUGE savings in resources (i.e. not generating 100 separate reports, but rather generating one report and slicing it up as many times as you need).

link|improve this answer
1  
nice round-up but no reason listed (except for being part of Eclipse foundation) is specific to BIRT. And I haven't heard of rejecting tools just because they are NOT part of Eclipse. I wish you listed something that really differentiates BIRT from Jasper. For Jasper see here - stackoverflow.com/questions/785892/… – topchef Mar 25 '10 at 17:56
I do see these things as differentiators. I feel like the Eclipse integration is huge, as is the overall usability of the designer. Look at the other comments/answers on the thread you referenced. They uniformly talk about the difficulty in using the Jasper tools. – MystikSpiral Mar 25 '10 at 18:46
+1 for security feature. I agree that tools are not polished, but where did you find this uniformity towards Jasper - it's towards all tools in general. That just means that you still have to pay in the world of reports to get to decent level of enterprise reporting. – topchef Mar 25 '10 at 20:09
Thanks for the explanation. You have list (almost) all the reason for using BIRT. But is there any reason for not using Jasper Reports? My intention is to convince myself which one shall I use and why. Thanks in advance. – Sandeep Jindal Mar 26 '10 at 3:46
I am finally using Jasper Reports and it is going good for me. Thanks! – Sandeep Jindal Jul 21 '10 at 22:42
show 2 more comments
feedback

I realize that this is not too current, but my company has recently completed a comparison between BIRT, Jasper and Pentaho. If you are still interested, please visit the Innovent Solutions web site to view the comparison.

link|improve this answer
6  
You should probably disclose that your company does BIRT consulting... – RLT Jul 21 '11 at 12:41
If a Jasper consultant has done a comparison with BIRT then I would love to see that... – Wim Kerkhoff Oct 18 '11 at 0:23
Corrected the link. – Ricky Clarkson Apr 9 at 15:40
feedback

Seems no one gave an opinion of JasperReports, JasperReports is not part of Eclipse, when someone starts talking about eclipse you really don't know which plugin are they talking about, that means that JasperReports is more simple.

With JasperReports is extremely easy to make the database connection, extremely easy to understand where to put the query, and their api pff is really beutifull!

My biggest experience with jasperreports, is that I developed a web app where you can upload a report, then you can export that report any time using crontab...

Still I love it..

Now Its time to learn BIRT but seems too hard

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.