• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jasper report integration

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am new to jasper report(ireport). How do we integrate it with Web application? i am using simple MVC achitecture.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't think that there's much to "integrate". You need to write a .jrxml file (or create it with a tool like iReport), and then use that in the web app to create a PDF (or HTML or RTF or whatever) file to stream/serve to the client.

The JasperForge site has lots of examples (http://jasperforge.org/website/jasperreportswebsite/trunk/samples.html?group_id=252) and lots of documentation (http://jasperforge.org/website/jasperreportswebsite/trunk/documentation.html?group_id=252).
 
Surabhi Nigam
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the link. here i got tutorial for advanced features. i am struggling to create a new report. i want my filter parameters in to be passed through a JSP. it would be great if you can help me with that. Thanks in advance.
reply
    Bookmark Topic Watch Topic
  • New Topic