Calling java application (BIRT) from rails application

How to call java based application (BIRT) from a rails application .
pLease help.Do I require RJB or Jruby or is there any other way to get
this thing done . please can you explain in detail. please help

I guess BIRT java app already has a javascript API you can call from
your
Rails-Ruby app
someone already worked it :
see : GitHub - casp/Birt-library-for-Ruby: Ruby library for printing reports with Birt-Eclipse
this guy may help you

Le jeudi 25 octobre 2012 09:34:17 UTC+2, Ruby-Forum.com User a crit :

Kad K. wrote in post #1081147:

I guess BIRT java app already has a javascript API you can call from
your
Rails-Ruby app
someone already worked it :
see : GitHub - casp/Birt-library-for-Ruby: Ruby library for printing reports with Birt-Eclipse
this guy may help you

Le jeudi 25 octobre 2012 09:34:17 UTC+2, Ruby-Forum.com User a crit :

But how to run birt viewer so that we can have many options to download
the report, like in pdf,excel,csv etc… so how do you collaborate birt
viewer into rails.
Thanks in advance.