Jaspert report get data from provider with web service. How to?

前端 未结 4 1008
半阙折子戏
半阙折子戏 2021-01-23 02:37

There is system, that has data, and can provide it\'s data with web-services (for example Lotus Notes database). Can Jasper get data for it\'s report by calling web-service?

4条回答
  •  失恋的感觉
    2021-01-23 03:18

    The better solution right now is to use Jasper data source SPI to make your Restful services as data source just like JDBC data sources.

    http://javattitude.com/2015/07/30/using-rest-web-service-as-data-source-for-jasper-reports/

    One written this will work for all you services since this is generic.

提交回复
热议问题