• 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

Devloping Reports for web application

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am developing an application where i have to develop reports for my application as crystal reports .Also i have to know how to develop reports for my web application using netbeans or any IDE. The report should consists of all pie charts .
 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ayyappan,

There are different ways to achieve this. If your application is an Internet you can try this webpage. if its not then there are some open source APIs, using these we can create a image with pie chart and display that images in web page.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If putting charts on a web page is sufficient , then something like the cewolf tag library (linked in my signature) may be sufficient.

If you're looking for a more full-featured reporting solution, check out JasperReports. I don't think that supports charts out of the box, though, so you may have to generate those in code (using a library like JFreeChart).
 
ayyappan Bas
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

winay Kumar wrote:Hi Ayyappan,

There are different ways to achieve this. If your application is an Internet you can try this webpage. if its not then there are some open source APIs, using these we can create a image with pie chart and display that images in web page.



thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic