简体   繁体   English

如何将BIRT与Python集成

[英]How to integrate BIRT with Python

有人试过吗?

A similar question was asked about integrating with xulrunner applications. 有人询问有关与xulrunner应用程序集成的类似问题。 Apparently there is a commandline version that can be used: 显然有一个可以使用的命令行版本:

What is the simplest way to set up a BIRT report viewer for a xulrunner application? 为xulrunner应用程序设置BIRT报告查看器的最简单方法是什么?

What kind of integration are you talking about? 你在谈论什么样的整合?

If you want to call some BIRT API the I gues it could be done from Jython as Jython can call any Java API. 如果你想调用一些BIRT API,我猜它可以从Jython完成,因为Jython可以调用任何Java API。

If you don't need to call the BIRT API then you can just get the birt reports with http requests from the BIRT report server (a tomcat application). 如果您不需要调用BIRT API,那么您可以从BIRT报告服务器(tomcat应用程序)获取带有http请求的birt报告。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM