I have built few jasper report in community edition , i want to use data source from REST Api . without server how can we connect REST api as data source ?
6 Answers:
There's no JasperReports Server REST api without a JasperReports Server. Get JasperReports Server Community edition.
http://sourceforge.net/projects/jasperserver/files/JasperServer/
Jaydeep,
When you say, REST API, what API are you talking about? Hozawa was talking about a JasperReports Server API that specifies how you can interact with our JasperReports Server.
If you're talking about a REST API from some other source, then its possible to create a data adapter for it.
can you please tell me how to create the data adapter for rest webservice to integrate ?
That's what exactly I want to know. "How" to create a Rest API data source adapter on JRS community edition "if" there is no option in the selection dropdown available while creating a datasource?. Which is possible in case of JasperSoft studio.
Means "How" my reports can fetch data from a RestAPI with JSON response in Jasper server if it doesn't allow us to create Web datasource like studio does?
JasperReports library support JSON data adapter that you can use. There is no difference between community and professional version of JasperReports library.
djohnson
can you please tell me how to create the data adapter for rest webservice to integrate ?
If I donot have JasperSoft Report Server , I cannot use data source as REST API ?
Help PLZ .