How to implement JasperReports and iReport (or Jaspersoft) in a reporting system? [closed]

-1

I have a system with a lot of the ready-made features registered and all routes are finished. now I will create a generate report that the user will make the requisition of what will want to generate and from there make the request in java (mvc) and generate a pdf with the information. My IDE and IntelliJ iDEA are not netbeans and use Spring MVC framework.

And which one should I download Site community.jaspersoft

    
asked by anonymous 28.04.2017 / 14:12

1 answer

1
Come on, man! Beauty? Both are libraries for you to generate reports in java, Jaspersoft is just an interface for you to develop the reports, even more in this case that you are using a different IDE. If I used NetBeans it has a plugin for IReport, where you would make your reports. Jasper's library allows you to create your own Java report, the requirement would be knowledge of vectors and matrices, for you to make alignments and so on. The advice I can give you is to study these libraries and see which one will suit you best. It's been a while since I worked with Jasper reports, but I'm happy to help.

    
28.04.2017 / 18:11