简体   繁体   中英

Integration of Struts2 and birt report

Ingtigration of birt reprot and struts2

this is for struts2 ,hibernate and Birt viewer environment.

please provide solution for integration of struts 2 and birtviwer.

BIRT has inbuilt library for ReportDesigner and ReportServices.

I insist , you first understand the various layers in BIRT .

在此处输入图片说明

Basically , you can import these libraries into your structs controller and call the library API functions to compute logics, form the docs( html,pdf,charts etc ) and generate and display the reports.

For the BIRT Designer , you can install BIRT Report Designer Plugin in eclipse . This adds a layer to your eclipse where you can first design the report layout and configure database connections.

This designer , gives your .rptdesign file.

These rptdesign files are then request called from the Report Service(to be called from controller) in DEAPI.

Refer the following blog .

http://esitnikov.blogspot.com/2010/01/birt-best-practice_5227.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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