• 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

creating jasper reports using struts1.2

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Everybody,

Can anybody give me link showing step by step information of creating jasper reports in My Eclipse 5.0 using struts 1.2 framework
Please reply me soon

Thanks
Sandeep
 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sandeep,
Since Jasper is an independednt open source to generate the reports in xml,html,csv,pdf and other formats. you can use it from insisde your java classes to generate the report. Its preety easy if you have some tools ike jasper assistant.
Check following links on how to use Jasper reports In nut shell you should write(design) the jrxml files and the then call the jasper API with your java Objects list which you want to print and some parameters. your reports will be generated using api.

http://jasperforge.org/

http://www.jasperassistant.com/forum/
 
Yes, my master! Here is the tiny ad you asked for:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic