I am trying to use JasperServer Rest Java Client (https://github.com/Jaspersoft/jrs-rest-java-client) to integrate jasper reports/ server in my Oracle ADF application, but the instructions are a bit vague. For example, (configuring using Loading configuration from file) I am not sure where the JasperserverRestClient instance should be configured and where an instance of RestClientConfiguration should be created, also where I should place it within my ADF application. I would appreciate some help.
2 Answers:
You are not obliged to use a configuration file.
But if you wish to , in your code you will need to use :
https://github.com/Jaspersoft/jrs-rest-java-client#loading-configuration...
Or a manual way :
https://github.com/Jaspersoft/jrs-rest-java-client#creation-of-manual-co...
It is pretty well explain in the readme of the github project...
Can someone please help, I've been at it for a while.