• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

calling crystal reports using jsp

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to call crystal reports in jsp. I want to use crystal reports in jsp how can I. or any ways or there for showing graphical reports and printing .
please help me
regards
raju
 
Bartender
Posts: 1844
Eclipse IDE Ruby Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Crystal Reports. Ugh.
In order to use Crystal Reports and Java, you will need to implement the Crystal Reports Report Server. This is particularly annoying of you want client-side reports, but it should work for JSPs.
However, this server servs the report up as its own page. I've not explored this, but if you wanted it on your own page, you might look into using HTML frames. Or maybe portal technology.
Just a warning: Crystal is extremely annoying to work with (which, if you've used it extensively, I'm sure that you know). There are other 100% Java reporting tools out there. Search Google for JasperReports and JFreeReport -- those are two open source alternitives that I know of.
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
for report generation VML(Vector Markup Language) can be used. It can be be included in jsp pages with great ease as they almost look like java or jsp tags.
through google you can find out about this and there is a trial version also for VML.
VML is very light weight and will not take much of loading time. The loading time is almost like a jso loading time. hope u find it useful.
 
You can thank my dental hygienist for my untimely aliveness. So tiny:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic