views:

91

answers:

1

Hi, i'm been using ireport (jasperReport) for a lot of time, and everything goes fine until i begin to use ejbql connection, for this type of connection the ireport was not the best tool, And i Wanna know if there are another tool for reports based in java technology like ireport and also opensource. Thanks

+2  A: 

The Business Intelligence and Reporting Tools (BIRT) Eclipse project is definitely the way to Go, I've been using it for about two years now with no complain.

  • Eclipse plugin Report Designer (Very, very, easy to use).
  • Multiple report output formats.
  • You can embedded the BIRT report engine runtime with you app, or call it via a http request.
  • Has a very active user community.
  • Has lots of charts and components.
  • Can be extended.

For more reporting options take a look at this post.

StudiousJoseph
Hi @StudiousJoseph sounds good but this tool support ejbql queries???
Jorge