Request: API for Reporting

Hi,

Is there a general API in java that allows you to create reports (like bar charts) ? I am thinking of an architecture like JMS and JNDI where you can specify a provider through a URL, get a connection through a connection factory and then create reports through such a connection.

There are Java APIs out for reporting (e.g. from Crystal Reports or some open source projects are sourceforge.net), but there is no general API which I can use to plug-in any kind of report provider.

This API could be an extension of the Resource Adapter API defining a Common Client Interface for Reporting !?

[628 byte] By [drfurunkel] at [2007-9-26 18:25:41]
# 1
Did you find the answer for your question?I am also looking for common java api for reporting.
pdhokte at 2007-7-3 2:36:47 > top of Java-index,Other Topics,Java Community Process (JCP) Program...
# 2

I don't think this is really a use for a resource adapter, although it might be technically feasible. More appropriate would be to use the resource adapter to get the raw data and then to formulate the charts in the application space. Unfortunately I don't know of a good reporting api, so I can't help in that area.

stevewinkler at 2007-7-3 2:36:47 > top of Java-index,Other Topics,Java Community Process (JCP) Program...
# 3
AS if I had seen somewhere a free package of chart-drawing applets. So feel encouraged to do some googling.
BIJ at 2007-7-3 2:36:47 > top of Java-index,Other Topics,Java Community Process (JCP) Program...
# 4
hello,please can you send me an free reporting API, thank you verry muche-mail yacinerabah@yahoo.fr
rabah2005 at 2007-7-3 2:36:47 > top of Java-index,Other Topics,Java Community Process (JCP) Program...