Build report in Java

Asked

Viewed 311 times

2

I’m doing a system with swing as a college job and at the end of each cycle of days the program wanted it to generate a report. Does anyone know how to compile a report in Java?

  • To put together a report, in my view, is to present the information in an orderly and clear way to the user. How you are using Swing, you can display the report on screen.

  • this report would be generated automatically at the end of each day or you would generate them?

  • At first it would be generated when requested. As I have never assembled report in nor another language either. I wanted to know how the dynamics of mounting works. If you have some secret. sometimes call some other program to play the information.

  • See if it helps: http://codigofonte.l.com.br/artigos/tutorial-criando-relateds-com-jasperreports-firststeps

1 answer

2


I particularly use Jasperreports to prepare my reports in Java. It is very similar to Crystal Reports for Visual Studio C#, but Jaspersoft Studio works independently, you can generate and import your report files to your system and use the provided library to make the reports work.

It is very worth taking a look. Follow the link: http://community.jaspersoft.com/

  • Dude, that’s cool! I’ll try to adapt in my code. Thank you.

  • Do this, I use here a lot when I have to do reports in Java. After you get the hang of it, will produce reports jokingly...hehe

Browser other questions tagged

You are not signed in. Login or sign up in order to post.