Jasperiousity Posted May 4, 2016 Share Posted May 4, 2016 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. Link to comment Share on other sites More sharing options...
Jasperiousity Posted May 5, 2016 Author Share Posted May 5, 2016 Can someone please help, I've been at it for a while. Link to comment Share on other sites More sharing options...
hozawa Posted May 8, 2016 Share Posted May 8, 2016 Probably better is you post your question to the GitHub project instead of here because the library is not part of JasperReports library. Link to comment Share on other sites More sharing options...
Solution plambert_1 Posted May 10, 2016 Solution Share Posted May 10, 2016 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-from-fileOr a manual way :https://github.com/Jaspersoft/jrs-rest-java-client#creation-of-manual-configurationIt is pretty well explain in the readme of the github project... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now