BIRT Viewer 2.2 参数设置详解(国外英文资料).doc
文本预览下载声明
BIRT Viewer 2.2 参数设置详解(国外英文资料)
The BIRT Viewer 2.2 parameter sets the details
BIRT as a powerful open source reporting tools, its version of the update speed is very fast, from 1.0 to 2.0, has been the latest version 2.2.1, both from the function and performance have been greatly improved and expanded. BIRT also provides a standard J2EE implementation component that can be published to a web server server that supports J2EE applications, and can preview the generated reports. In using BIRT Viewer, may increasingly complex parameter is set to it like a cloud, in mist in the BBS on the Internet also has a lot of people have such an honour, also not careful not all the official documents. So Ive come up with a simple system summary of these parameters, hopefully to help you with your BIRT development. These parameters are subject to version 2.2.1, please pay special attention.
The Servlet pattern specification
Looking at the web.xml file from the BIRT Viewer, you can see the following patterns:
Frameset, using Ajax framework, can show a toolbar, navigation bar and TOC panel, realize the complex operations, such as paging processing, export data, exporting the report, print and so on. In this mode, the report document file (preview report design file) is automatically generated to a specific directory (the user can specify it with parameters, or it can be defined in web.xml). Use Ajax, which is slow.
The run - also USES Ajax framework, but dont realize the frameset complex function, will not generate a temporary report document file (preview the report design file), nor does it support paging, this is mainly used in the BIRT Designer in the preview TAB, can support the cancel operation, other less commonly used. Use Ajax, which is slow.
Preview - without the Ajax framework, the underlying Engine API is called directly to render the report and output the generated report content directly to the browser. This pattern and run mode call the same Engine API, and the only dif
显示全部