jonas.olsson Posted December 8, 2022 Posted December 8, 2022 Our current Jasper use is via an (ancient) embedded Jasper and we would like to explore an external JasperReports server. However, we would not like to expose our report domain models externally (they are a mix of DB data and calculations/formatting). When embedded we provide them as Java POJOs, but remotely we would like to provide all that data in the report request. Just browsing the API, it looks like we could add a custom report source that would parse JSON from a request parameter, but that feels hacky. Am I missing an actual API for providing data explicitly for each report run?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now