• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Jasper Reports book - integrating with Flex?

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

I am new to Jasper Reports but am in need of integrating some reports into my Flex application. I would like to embed the Jasper reports inside my Flex UI. Does the book give any how to's on embedding Jasper reports into web pages or a Flex UI?

 
Author
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

The book demonstrates integration of JasperReports into JSP/Web applications, but it does not touch Flex at all, because it is a totally different topic. I guess you can follow either of the following two ways to use JasperReports in Flex applications:

1. Embed Flex within a JSP page. This way you can also include your Jasper report into the JSP page.
2. Do the real work. Transform/Embed the html (and corresponding images) from JasperReports into your MXML.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic