JasperReportsIntegration icon indicating copy to clipboard operation
JasperReportsIntegration copied to clipboard

Deploy reports from the database

Open daust opened this issue 8 years ago • 3 comments

As Fernando suggested, a report could be deployed directly from the database.

Ideally this would be the .jrxml source code version, not the compiled .jasper file. See this enhancement request for details.

Different approaches are possible, this needs some exploration.

daust avatar Nov 13 '17 10:11 daust

Yes @daust , "this would be the .jrxml source code version" Extract this from DB user schema, this allow:

  1. Separate reports from JRI directory
  2. Most important, the security on reports of users (users couldn't read or view reports of others users)

ghost avatar Nov 13 '17 19:11 ghost

  1. Most important, the security on reports of users

Well, from my point of view are the reports itself not the concern ... but the data they produce. Other users could still create reports to on their own to access the data. In order to protect the data we would need a different approach. This enhancement request is about ease of deployment (especially when you don't have access to the application server), not so much about security.

daust avatar Nov 13 '17 20:11 daust

@daust it's true. Finally i hope help to you with these ideas and can see your new JRI version some day. Any question i will be to help. Regards.

ghost avatar Nov 14 '17 01:11 ghost