Jump to content
We've recently updated our Privacy Statement, available here ×

How to use the JasperServer Java Rest Client


Jasperiousity
Go to solution Solved by plambert_1,

Recommended Posts

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

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

  • Solution

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-file

Or a manual way :

https://github.com/Jaspersoft/jrs-rest-java-client#creation-of-manual-configuration

It is pretty well explain in the readme of the github project...

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...