Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 369374

Summary: A tree-based assign editor
Product: z_Archived Reporter: Mickael Istria <mistria>
Component: BPELAssignee: Project Inbox <bpel.default-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: bbrodt
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Screenshot of the Assign editor dialog none

Description Mickael Istria CLA 2012-01-23 06:17:32 EST
Created attachment 209902 [details]
Screenshot of the Assign editor dialog

In the context of a research project called Itemis, I created a Tree-based editor for the BPEL assign element.
The aim is to facilitate the edition of "Assign" which is very often a simple mapping.

Then I created the TreeMapper widget, which is now part of Nebula:
* http://eclipse.org/nebula/widgets/treemapper/treemapper.php
* http://mickaelistria.wordpress.com/2011/11/30/a-treemapper-widget-in-nebula/

And used it for BPEL assign element. Here is my GitHub branch to find the implementation: https://github.com/mickaelistria/org.eclipse.bpel/tree/itemis

Please see attached some screenshots of how this is integrated in BPEL editor UI
Comment 1 Robert Brodt CLA 2012-01-23 09:20:31 EST
This is really cool :) would it be possible to integrate this into the tabbed property sheet and replace the existing UI?