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

(Interested Parties)
(Specification Document(s))
 
Line 23: Line 23:
  
 
===Specification Document(s)===
 
===Specification Document(s)===
* [https://bugs.eclipse.org/bugs/attachment.cgi?id=104996 BIRT Script Function Extension Doc]
+
* [https://bugs.eclipse.org/bugs/attachment.cgi?id=105854 BIRT Script Function Extension Doc]
 
* [https://bugs.eclipse.org/bugs/attachment.cgi?id=105030&action=edit Example Implementation]
 
* [https://bugs.eclipse.org/bugs/attachment.cgi?id=105030&action=edit Example Implementation]
+
 
 
===Related Bugzilla Entries===
 
===Related Bugzilla Entries===
  

Latest revision as of 23:43, 25 June 2008

< 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