Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 369374 - A tree-based assign editor
Summary: A tree-based assign editor
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BPEL (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-23 06:17 EST by Mickael Istria CLA
Modified: 2022-10-03 11:12 EDT (History)
1 user (show)

See Also:


Attachments
Screenshot of the Assign editor dialog (134.31 KB, image/png)
2012-01-23 06:17 EST, Mickael Istria CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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?