Jump to content

initial steps of jasper reports


vispi_3

Recommended Posts

hi i have created a jrxml report in ireports 3.7.1. I want to include it in my web application. I have downloaded jasperreports-3.7.2-project.tar.

Can u tell me how to proceed further ..?

how should i start with jasper reports.

is there any plugin for jasper reports in eclipse..?

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

It depends on several things. Its not the same if you are using Ant, Maven or just Eclipse (assuming you are using Java). It is also different if you are using it within a servlet or not. You will have to search the steps to follow according to your project restrictions.

Link to comment
Share on other sites

Hi,

 

Please check the /demo/samples/webapp sample provided with the JR project source files.

You'll see how you can run reports in an webapp. Also, you'll need to deploy the compiled *.jasper files with your application and this is why you'll probably have to compile them at application build time using the Ant task shown in the /demo/samples/antcompile sample.

 

I hope this helps.
Teodor

 

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