1 / 16

JBoss Developer Studio

JBoss Developer Studio. BIRT Plugin. What is BIRT?. BIRT - B usiness I ntelligence and R eporting T ools.

hasad
Télécharger la présentation

JBoss Developer Studio

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. JBoss Developer Studio BIRT Plugin

  2. What is BIRT? BIRT - Business Intelligence and Reporting Tools. BIRT plugin for JBoss Developer Studio is an Eclipse-based open source reporting system for web applications based on Java and J2EE. BIRT consists of two main components: a report designer based on Eclipse, and a runtime component that can be added to your app server. BIRT also offers a charting engine that lets you add charts to your own Web application. With the help of BIRT you can generate a great number of reports to be used in your application: • Lists - the simplest reports are lists of data. If your data is numeric, you can easily add totals, averages and other summaries. • Charts - BIRT provides pie charts, line & bar charts and many more. • Crosstabs, or cross-tabulation, or matrix - show data in two dimensions: sales per quarter or hits per web page. • Letters and Documents - Notices, form letters, and other textual documents. • Compound Reports

  3. BIRT Plugin Installation These are the prerequisites to create a web project including Seam and BIRT capabilities: • Eclipse Version 3.4 SDK • DTP Version 1.6 Release • EMF Version 2.4 Release EMF+XSD • GEF Version 3.4 Release runtime • WTP Version 3.0 Release • BIRT Report Designer SDK 2.3.0 Release or BIRT Report Designer 2.3.0 Release • JBoss Application Server 4.2.2 GA • JBoss Seam 2.0.1 GA • BIRT Web Tools Integration • JBoss Tools nightly build

  4. Target Audience

  5. BIRT Components

  6. BIRT Output BIRT provides web output as - a singleHTML document, - paginated HTML, - PDF, - XLS, - DOC, - PPT, - and Postscript. Additionally the viewer allows exporting the data to CSV, RTF (ERich Text Format), SVG (Scalable Vector Graphic), printing, Table of Contents functionality, images and more...

  7. Creating a BIRT Report 1. Create a Report Project: Select File > New > Project... Then choose Business Intelligence and Reporting Tools > Report Project

  8. Creating a BIRT Report 2. Create a Report: Go to File > New > Report.... Select the type of the template to use for your report

  9. Creating a BIRT Report 3. Build a Data Source: Data Sources > New Data Source Choose "Create from a data source type in the following list" and "Classic Models Inc. Sample Database".

  10. Creating a BIRT Report 4. Build a Data Set: Data Sets > New Data Set. Enter a name and ensure that the Data Source field shows the data source already created and that the Data Set Type field is set to "SQL Select Query". Click on the Next button. Enter the following details into the query: SELECT * FROMCUSTOMERS WHERECOUNTRY='USA'

  11. Creating a BIRT Report Switch to the Preview page to test your query and verify whether the list of customers appears

  12. Report Gallery

  13. Report Gallery

  14. Report Gallery Sales Invoice Report Embedded images (including BLOBS) Layout flexibility Rich formatting control (Including conditional formatting) Computed column Comprehensive aggregation functions

  15. Report Gallery

  16. Report Gallery

More Related