I was able to get the Zend Server Java Bridge running and tested it successfully, but I am unable to find any information on how to get the Birt Engine to work with the Zend Server Java Bridge. Has anyone figured out how to get this to work?
i am facing the same issue can locate where to download the birt api to run birt reports
viewtopic.php?f=44&t=9452&p=30950&hilit=birt#p30950
If anybody have an example… please… show me how to do it…
Thank you.
If you download the 3.7 runtime you should be able to build a command
line app that runs the reports. Attached is a simple example. To build
the class make sure you have the jars from the runtime
download/reportengine/lib directory in the classpath. Once built you
should be able to call it the same way as the simple Java app. This
sample does a platform startup and shutdown which is generally not a
good idea if you are going to generate a lot of reports. A better
solution is to wrap the Platform startup and report engine creation in a
singleton that starts when you server starts up, then use the engine to
create a new task per request.