facebook

iReport plugin

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #261701 Reply

    stubbs
    Member

    How does one bundle a report built with the iReport plugin into a MyEclipse project and have that report to render on demand at runtime

    Stubbs

    #261708 Reply

    Riyad Kalla
    Member

    Moving to OT > Soft Dev

    Stubbs,
    I have no experience with iReport, so it’s hard to say. What format are the reports generated in? Are these dynamic (like generated from a servlet) or are they static, say a PDF or PNG?

    #261751 Reply

    stubbs
    Member

    They are static reports that query both Oracle and SQL Server and are rentered in .pdf format. In the iReports compile directory three (3) files are built. They each have different extentions – .jasper, .jrxml, and of course the .pdf file. We are supposed to be able to bundle these reports in the .war file for deployment on the application server, which in our case is WebLogic 8.1.4.

    I’m new at this and I appreciate your help!

    Stubbs

    #261772 Reply

    Riyad Kalla
    Member

    Stubbs,
    All you would need to do is copy your files to the appropriate location of your web application before deploying it. MyEclipse is not going to provide any assistence to you in doing this as it has no knowledge of iReports, so this will be a manual step, but should be easy enough.

    #262011 Reply

    stubbs
    Member

    Riyad,

    Thanks for the comments. After researching further, the easiest way is to use a URL call to the report server which seems to be working great. Thanks again.

    Stubbs

    #262028 Reply

    Riyad Kalla
    Member

    Oh even better, thanks for following up incase other users are doing this.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: iReport plugin

You must be logged in to post in the forum log in