Jump to content

rathina04

Members
  • Posts

    7
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts posted by rathina04

  1. hi

    you can generate dynamic reports from the web application .

    have a look at this url which has sample web application

    http://www.jwebhosting.net/servlets/jr123/index.html, same application is available in demosamples folder of jasper.

    you have to use parameters for achieving that.

    SELECT FILELD1 from TABLE where COLUMN=$P{bindingvalue}

    bindingvalue is a parameter which value should be put in to a hashmap and given as parameter to fillreport method.

    JasperFillManager.fillReport( jasperReport, parameterMap, connection )

    Post edited by: rathina04, at: 2007/09/29 12:49

  2. to run the printing applet sample , we have to sign the applet.first compile all PrinterApplet.java and all other releated files inside applets folder and then add all those class files to jasperreports-1.2.7-applet.jar using this command

     

    jar uf jasperreports-1.2.7-applet.jar *.class

     

    and then we have to sign the applet.how to sign applet is give in the following two links.

     

    http://java.sun.com/developer/technicalArticles/Security/Signed/

     

    http://sharko23.wordpress.com/2007/04/10/jasper-report-and-applet-local-printing/

×
×
  • Create New...