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

BPS101

Revision as of 23:43, 25 June 2008 by Lzhu.actuate.com (Talk | contribs) (Specification Document(s))

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< To: BPS

BIRT Script Function Extension Point

Provide users means of creating and using custom java script functions at design and runtime. Those script functions are defined in standalone eclipse plugins.

Status

Planned

Specification Lead

Lin Zhu

Interested Parties

Scott Rosenbaum, Malcolm Davis

Description

In the past developers could exploit the aggregate extension point to extend BIRT Scripting functionality. Unfortunately this only applied to aggregate functions. This extension point will allow users to build their own BirtScript functions that can be added as extension points. The extension points can then be shared and re-used by developers with a minimal amount of energy.

Capability List

  • User builds a JavaScript function using Java
  • Code is shared as a plugin
  • Code is exposed through all standard BIRT script UI
    • Including Expression Builders
    • Script Editors

Specification Document(s)

Related Bugzilla Entries

Back to the top