Menu

FR: Allow jasper reports in customization.jar

Developers
2008-01-17
2013-03-08
  • Carlos Ruiz

    Carlos Ruiz - 2008-01-17

    Hi community, currently jasper report can be defined as:

    http://
    https://
    attachment:
    file:/
    or a direct file_directory path

    An easier way to deploy jasper reports could be putting the .jasper in the customization.jar

    For that we could add a new prefix like:
    resource:org/adempiere/jasper/MyReport.jasper

    Any suggestion?  I can implement this but first want to know your opinions about.

    Regards,

    Carlos Ruiz

     
    • Trifon (An ADempiere founder)

      hi Carlos,

      >http://
      >https://
      >attachment:
      >file:/
      >or a direct file_directory path
      >An easier way to deploy jasper reports could be putting the .jasper in the customization.jar
      >
      >For that we could add a new prefix like:
      >resource:org/adempiere/jasper/MyReport.jasper
      >
      >Any suggestion? I can implement this but first want to know your opinions about.

      It would be nice to have.
      My opinion is that http://, https:// and file:// are the easiest ways, but i suppose that there are cases when resource:// is better. More options are better.
      customization.jar requires signing when report file is changed.

      Kind regards,
      Trifon

       

Log in to post a comment.