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

Introduction to report processing. Help please...


Recommended Posts

Hello to everyone,
First of all, I apologize for my bad English.

Friends, backend with rest service (json) in java,
I am also making frontend applications with html and js libraries.

I need reportings.
Jaspersoft is very advanced and has many options and I am really confused.

What I want to do is to show the report designs I will create in the web application, but I could not understand where and how to use which tool.

My server is Ubuntu 18, Web Server is Apache2 + Apache Tomcat8
I need your help.
Guidance will be greatly appreciated.

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

The way I did it was I used jasper studio to set up ready made reports.
The reports need to have parameters to run EG a user id and a start and an end date.

I then put the reports on the jasper server.

Then I build the rest calls to the jasper server in my java application.
and I connect to the jasper server using rest calls.

You will need to set things in the application like
the jasper server URL
a jasper username and password
a path to report on the jasper server
the report format you need eg: "PDF"
And in my case the user id and start and end dates.
 
The best guide would be the "TIBCO JasperReports Server REST API Reference"

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