All I want is to generate a simple pdf report using JasperReport+Maven+Eclipse.
I have been browsing for a simple example for some time but not able to find any.
- The JasperReport site doesn’t seem to have any tutorial with Maven
- The Maven 2 JasperReports Plugin gives the following error in Eclipse Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:jasperreports-maven-plugin:1.0- beta-2:compile-reports
- Most of the examples on other sites are with Ant and Jasper
its a small report for getting data.
this is your controller
designer page like this
Here is your designer xml
This is your JSP
this is the jasper-views.xml
here is the pom.xml
i hope this could help