Jump to content

Recommended Posts

Posted

We have not installed jasperserver.

so without installing server, can we generate the report from standalone java program(JAVA poi) by using  JasperReports Library.

 

can we be able to generate the reports with having to connect to the server ?

 

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted

Yes and Yes. This can be done purely through java without JasperServer.

Here are some tutorials that demostrate the basics. You can compile jrxml and export reports soley through java classes. And if you want to bypass the datasource portion, you can populate your reports from javabeans.

http://o7planning.org/en/10293/calling-jasper-report-from-java-application

another:

https://gist.github.com/rponte/5044469

another:

https://dzone.com/articles/java-reporting-jasperreports

https://dzone.com/articles/java-reporting-part-2

 

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