Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anyone know of a Java reporting tools which has a web based visual report designer? [closed]

Tags:

java

reporting

We're currently evaluating different Java reporting engines, and having a web-based ad-hoc report designer is a requirement.

We don't need anything too fancy, but we need users to be able to define a report with columns X, grouped by Y, sorted by Z, etc... We've found that many of the open source tools do have graphical report designers, but the designers are typically not web based. (For example, iReport from JasperReports seems to be an application, not a web tool)

Can anyone recommend a reporting tool which meets this web-based requirement?

like image 808
kwyjibo Avatar asked Nov 10 '09 23:11

kwyjibo


1 Answers

Apparently JasperServer is exactly that (see "Drag and drop ad hoc report building" - http://www.jaspersoft.com/jasperserver). Haven't used it myself though.

like image 160
djb Avatar answered Oct 05 '22 14:10

djb