Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Birt in Struts

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We would like to integrate BIRT with our Struts application seamlessly to replace our home grown reports module. In order to do that we would like all the reports generated by BIRT confirm to our Struts tiles layout which is used by rest of the application. The Content tile of the layout should display the html emitted by BIRT report engine (while other tiles will display the header with menus and footers with links etc).

We would also like to create a custom "Run Reports" page that accepts the report parameters which when submitted to our Struts Action will be passed to the Reporting Engine. Using this custom "Run Reports" page, we would also like to control what columns will be displayed in the reports (Is this possible with BIRT?)

Please give me some example code..
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic