Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Integration Examples (BIRT)"

(New page: Examples (BIRT) == Introduction == These community examples illustrate using the BIRT APIs and focus on integration. == Categories == *'''Integration''' **Design Time API ***Report ...)
 
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Examples (BIRT)]]
+
{{Backlink|Examples (BIRT)}}
 +
 
 
== Introduction ==  
 
== Introduction ==  
 
These community examples illustrate using the BIRT APIs and focus on integration.
 
These community examples illustrate using the BIRT APIs and focus on integration.
 +
 +
== Tips & Tricks ==
 +
**[[(BIRT) Java Constants]] There are a number of constants that are useful when creating BIRT reports
  
 
== Categories ==
 
== Categories ==
*'''Integration'''
+
*Design Time API - Please read the [http://www.eclipse.org/birt/phoenix/deploy/designEngineAPI.php Design Engine API] page for additional info.
**Design Time API
+
**[[Java - Simple Design Engine API (BIRT)]]
***Report Design Topics
+
**[[Java - Build Dynamic Table (BIRT)]]
***Chart Design Topics
+
**[[Java - Execute Modified Report (BIRT)]]
**Report Engine API
+
**[[Java - Dynamic Report Servlet (BIRT)]]
***Web Integration
+
**[[Java - Sample Design Engine (BIRT)]]
***RCP Integration
+
*Chart Design Topics
***Stand-Alone Integration
+
*Report Engine API
***Non-Java integration
+
**Web Integration
**Chart Engine API
+
***As a standalone application
***Simple Chart API examples
+
***As an integrated part of the web application
 +
****Wicket
 +
**RCP Integration
 +
**Stand-Alone Integration
 +
**Non-Java integration
 +
*Report Engine API (2.1)
 +
*:There are significant differences between the 2.1 and 2.2 Report Engine API's these examples are focused on the 2.1 version of BIRT.
 +
** [[Simple Execute (BIRT) 2.1]] - Simple RunAndRender Task Example
 +
** [[Separate Run and Render (BIRT) 2.1]] - This example shows a running and then rendering the report.  It also illustrates getting the TOC from a rptdocument.
 +
** [[Data Extract (BIRT) 2.1]] - This example uses a Data Extract Task on a rptdocument.
 +
** [[Parameter Details (BIRT) 2.1]] - This example displays parameter information retrieved from a report design.
 +
** [[Servlet Example (BIRT) 2.1]] - This example demonstrates how to deploy the BIRT Engine within a servlet.
 +
** [[Portlet Example (BIRT) 2.1]] - This example demonstrates how to deploy the BIRT Engine within a portlet.
 +
** [[RCP Example (BIRT) 2.1]] - Explains deploying the BIRT Viewer within an RCP application - Containts BIRT 2.1-2.3.2 example
 +
 
 +
*Chart Engine API
 +
**Simple Chart API examples
 +
 
 +
* Seam (BIRT) examples
 +
** [[Seam (BIRT) Recipe]] - how to integrate [http://www.seamframework.org/ Seam] with BIRT
 +
 
 +
[[Category:BIRT]]
 +
[[Category:BIRT Example]]
 +
[[Category:BIRT Example Integration]]

Latest revision as of 07:17, 3 May 2009

< To: Examples (BIRT)

Introduction

These community examples illustrate using the BIRT APIs and focus on integration.

Tips & Tricks

Categories

  • Chart Engine API
    • Simple Chart API examples

Back to the top