Hello everyone,
I hope the title is good enough to understand what I want to do.
I have a small java project, which contains a tool exporting some stuff and my idea was to visualize the done work.
My problem is I don't know how to integrate the report generation into a headless environment. The basic steps to run the engine are clear (<a data-ipb='nomediaparse' href='
http://www.eclipse.org/birt/phoenix/deploy/reportEngineAPI.php'>http://www.eclipse.org/birt/phoenix/deploy/reportEngineAPI.php</a>).
But there are two things, which are unclear:
- How to transfer data from my running java application into the ReportEngine?
- How to design the report using that data?
Thanks for any hints.