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)"

 
(8 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
== 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)]]
***[[Java - Simple Design Engine API (BIRT)]]
+
**[[Java - Build Dynamic Table (BIRT)]]
***[[Java - Build Dynamic Table (BIRT)]]
+
**[[Java - Execute Modified Report (BIRT)]]
***[[Java - Execute Modified Report (BIRT)]]
+
**[[Java - Dynamic Report Servlet (BIRT)]]
***[[Java - Dynamic Report Servlet (BIRT)]]
+
**[[Java - Sample Design Engine (BIRT)]]
***[[Java - Sample Design Engine (BIRT)]]
+
*Chart Design Topics
***Report Design Topics
+
*Report Engine API
***Chart Design Topics
+
**Web Integration
**Report Engine API
+
***As a standalone application
***Web Integration
+
***As an integrated part of the web application
***RCP Integration
+
****Wicket
***Stand-Alone Integration
+
**RCP Integration
***Non-Java integration
+
**Stand-Alone Integration
**Chart Engine API
+
**Non-Java integration
***Simple Chart API examples
+
*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]]
 
[[Category:BIRT Example]]
 
[[Category:BIRT Example]]
 
[[Category:BIRT Example Integration]]
 
[[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