• 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

Integration into web applications

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Whats the best way to present pentaho reports inside a web application from a Pentaho server? I was playing around with xactions and tried to get report information using the ServiceAction, but was having some problems. Also, I was considering not using the Pentaho server and using embedded pentaho instead.

Any advice would be helpful

Thanks!
 
author
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, Rob
If I understand well, you are having troubles trying to integrate your web application with Pentaho. I suggest you to post your doubts (with more detailed explanations of the errors) in the Pentaho BI Platform forum: http://forums.pentaho.org/forumdisplay.php?f=73
 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From the BI Server, I think there's a seperate ViewAction or similar...that's just off the top of my head though, I haven't attempted this approach just yet.

For embedded, there is a special package available to remove extraneous dependencies --

http://wiki.pentaho.com/display/COM/September+2+2009+-+Embedded+Reporting+SDK

http://sourceforge.net/projects/jfreereport/files/03.%20SDK/

 
reply
    Bookmark Topic Watch Topic
  • New Topic