Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » BPEL Designer » Predefined UI Layout
Predefined UI Layout [message #1999] Sun, 11 December 2005 00:13 Go to next message
Bruno Wassermann is currently offline Bruno WassermannFriend
Messages: 21
Registered: July 2009
Junior Member
Hi,

In the proposal it says that the visual represenation of BPEL worklfows
should have a "predefined UI layout". What exactly does this mean?

Regards,

-- Bruno
Re: Predefined UI Layout [message #2025 is a reply to message #1999] Mon, 12 December 2005 15:28 Go to previous messageGo to next message
James Moody is currently offline James MoodyFriend
Messages: 61
Registered: July 2009
Member
Hi Bruno,

There are two approaches to constructing processes in general:

One is where the process is defined by creating a number of nodes and
connecting them together (like in a flowchart). Tools that use this
approach usually allow a free-form layout of activities by the user.

The other is highly structured and uses a number of container activities
to define the execution path. This places constraints on where
activities can appear visually because, by virtue of their parentage,
they form a hierarchy rather than a flat diagram.

This point is simply to reinforce that, because BPEL is in the latter
category, the editor will do much of the layout automatically. For
example, the user will not be able to place children of a sequence in an
arbitrary (x,y) location on the canvas; the editor will do a constrained
layout such that the child activities appear top-to-bottom in the order
of their execution inside the sequence.

Hope this helps.

james

Bruno Wassermann wrote:
> Hi,
>
> In the proposal it says that the visual represenation of BPEL worklfows
> should have a "predefined UI layout". What exactly does this mean?
>
> Regards,
>
> -- Bruno
>
>
Re: Predefined UI Layout [message #2067 is a reply to message #2025] Wed, 04 January 2006 16:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

James, I've created a new prototype editor that includes a LayoutManager
that wrappers DirectedGraphLayout. I uses editpolicies that allow the user
to rearrange the order of nodes on each row, while the overall placement is
still calculated by DGL. Also, the entire diagram animates the transition
between layouts. We recently released Animator to draw2d. Using it simply
requires a few hooks provided that the layouts behave in a standard way. I
haven't gotten to the compound version yet though, and long edges can not be
manually reordered yet.

"James Moody" <James_Moody@ca.ibm.com> wrote in message
news:dnk4vp$sab$1@news.eclipse.org...
> Hi Bruno,
>
> There are two approaches to constructing processes in general:
>
> One is where the process is defined by creating a number of nodes and
> connecting them together (like in a flowchart). Tools that use this
> approach usually allow a free-form layout of activities by the user.
>
> The other is highly structured and uses a number of container activities
> to define the execution path. This places constraints on where activities
> can appear visually because, by virtue of their parentage, they form a
> hierarchy rather than a flat diagram.
>
> This point is simply to reinforce that, because BPEL is in the latter
> category, the editor will do much of the layout automatically. For
> example, the user will not be able to place children of a sequence in an
> arbitrary (x,y) location on the canvas; the editor will do a constrained
> layout such that the child activities appear top-to-bottom in the order of
> their execution inside the sequence.
>
> Hope this helps.
>
> james
>
> Bruno Wassermann wrote:
>> Hi,
>>
>> In the proposal it says that the visual represenation of BPEL worklfows
>> should have a "predefined UI layout". What exactly does this mean?
>>
>> Regards,
>>
>> -- Bruno
Re: Predefined UI Layout [message #2094 is a reply to message #2067] Thu, 05 January 2006 00:36 Go to previous message
James Moody is currently offline James MoodyFriend
Messages: 61
Registered: July 2009
Member
Hey Randy,

This sounds really cool, I'll take a look at it!

james


Randy Hudson wrote:
> James, I've created a new prototype editor that includes a LayoutManager
> that wrappers DirectedGraphLayout. I uses editpolicies that allow the user
> to rearrange the order of nodes on each row, while the overall placement is
> still calculated by DGL. Also, the entire diagram animates the transition
> between layouts. We recently released Animator to draw2d. Using it simply
> requires a few hooks provided that the layouts behave in a standard way. I
> haven't gotten to the compound version yet though, and long edges can not be
> manually reordered yet.
Previous Topic:How to set a background picture in the rptdesign file
Next Topic:DHTM/AJAX BPEL Designer download?
Goto Forum:
  


Current Time: Thu Apr 18 05:33:21 GMT 2024

Powered by FUDForum. Page generated in 0.01577 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top