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

m (Categories)
 
(2 intermediate revisions by 2 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 ==
Line 14: Line 17:
 
*Report Engine API
 
*Report Engine API
 
**Web Integration
 
**Web Integration
 +
***As a standalone application
 +
***As an integrated part of the web application
 +
****Wicket
 
**RCP Integration
 
**RCP Integration
 
**Stand-Alone Integration
 
**Stand-Alone Integration
Line 25: Line 31:
 
** [[Servlet Example (BIRT) 2.1]] - This example demonstrates how to deploy the BIRT Engine within a servlet.
 
** [[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.
 
** [[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
+
** [[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
 
*Chart Engine API

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