Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EPF » Iterations
Iterations [message #40986] Mon, 24 September 2007 04:40 Go to next message
Paul Glezen is currently offline Paul GlezenFriend
Messages: 60
Registered: July 2009
Member
I'm unsure how to convey "iterative activity." I run across two general
types of iterations in my modeling of development processes.

1. Piecemeal - Whereby each iteration is essentially
the same activity, repeated multiple
times.
2. Evolutionary - Whereby a component is realized in
over multiple iterations, be each
iteration is a different activity.

An piecemeal example is developing a persistence layer. The iterative
steps would be adding support for one query/table for one iteration, and
other queries/tables for other iterations. The activity of adding
support for different queries is very similar from one iteration to the
next.

An evolutionary example would be developing a transport layer. The
first iteration would be simply getting something that excepts a request
and logs it. There might not be any other code to invoke at this point.
But later iterations would add support for interpretations of various
messages and the invocations of downstream components. It's an
iterative process, but the steps are not identical for each iteration.

Does EPF provide a way to model these? I've been developing for a
while, but I'm new to process modeling.

- Paul
Re: Iterations [message #41017 is a reply to message #40986] Mon, 24 September 2007 10:33 Go to previous messageGo to next message
Roman Smirak is currently offline Roman SmirakFriend
Messages: 136
Registered: July 2009
Senior Member
Isn't this incremental vs. iterative?

Roman

"Paul Glezen" <pglezen@us.ibm.com> wrote in message
news:fd7f3j$at9$1@build.eclipse.org...
> I'm unsure how to convey "iterative activity." I run across two general
> types of iterations in my modeling of development processes.
>
> 1. Piecemeal - Whereby each iteration is essentially
> the same activity, repeated multiple
> times.
> 2. Evolutionary - Whereby a component is realized in
> over multiple iterations, be each
> iteration is a different activity.
>
> An piecemeal example is developing a persistence layer. The iterative
> steps would be adding support for one query/table for one iteration, and
> other queries/tables for other iterations. The activity of adding support
> for different queries is very similar from one iteration to the next.
>
> An evolutionary example would be developing a transport layer. The first
> iteration would be simply getting something that excepts a request and
> logs it. There might not be any other code to invoke at this point. But
> later iterations would add support for interpretations of various messages
> and the invocations of downstream components. It's an iterative process,
> but the steps are not identical for each iteration.
>
> Does EPF provide a way to model these? I've been developing for a while,
> but I'm new to process modeling.
>
> - Paul
Re: Iterations [message #41171 is a reply to message #41017] Wed, 26 September 2007 03:26 Go to previous messageGo to next message
Paul Glezen is currently offline Paul GlezenFriend
Messages: 60
Registered: July 2009
Member
Perhaps. Which one is "incremental" and which one is "iterative"?

After reviewing the input fields available, I suspect we simply describe
what we mean in the "Main" section of the iteration panel itself.

Roman Smirak wrote:
> Isn't this incremental vs. iterative?
>
> Roman
>
> "Paul Glezen" <pglezen@us.ibm.com> wrote in message
> news:fd7f3j$at9$1@build.eclipse.org...
>> I'm unsure how to convey "iterative activity." I run across two general
>> types of iterations in my modeling of development processes.
>>
>> 1. Piecemeal - Whereby each iteration is essentially
>> the same activity, repeated multiple
>> times.
>> 2. Evolutionary - Whereby a component is realized in
>> over multiple iterations, but each
>> iteration is a different activity.
>>
Re: Iterations [message #41263 is a reply to message #41171] Thu, 27 September 2007 07:06 Go to previous messageGo to next message
Roman Smirak is currently offline Roman SmirakFriend
Messages: 136
Registered: July 2009
Senior Member
May this help
http://en.wikipedia.org/wiki/Iterative_and_incremental_devel opment?

I guess definitions may vary however my understanding was that the iterative
rather means evolutionary whereas incremental means complete piece of
functionality at the time.

Note that there are certain reasons to deliver an increment in the iteration
but that is probably another topic..

Hope this helps,

Roman

"Paul Glezen" <pglezen@us.ibm.com> wrote in message
news:fdcjho$tkb$1@build.eclipse.org...
> Perhaps. Which one is "incremental" and which one is "iterative"?
>
> After reviewing the input fields available, I suspect we simply describe
> what we mean in the "Main" section of the iteration panel itself.
>
> Roman Smirak wrote:
>> Isn't this incremental vs. iterative?
>>
>> Roman
>>
>> "Paul Glezen" <pglezen@us.ibm.com> wrote in message
>> news:fd7f3j$at9$1@build.eclipse.org...
>>> I'm unsure how to convey "iterative activity." I run across two general
>>> types of iterations in my modeling of development processes.
>>>
>>> 1. Piecemeal - Whereby each iteration is essentially
>>> the same activity, repeated multiple
>>> times.
>>> 2. Evolutionary - Whereby a component is realized in
>>> over multiple iterations, but each
>>> iteration is a different activity.
>>>
Re: Iterations [message #41679 is a reply to message #41263] Sat, 29 September 2007 17:58 Go to previous message
Paul Glezen is currently offline Paul GlezenFriend
Messages: 60
Registered: July 2009
Member
Thanks, Roman. I think this straightens me out.

Roman Smirak wrote:
> May this help
> http://en.wikipedia.org/wiki/Iterative_and_incremental_devel opment?
>
> I guess definitions may vary however my understanding was that the iterative
> rather means evolutionary whereas incremental means complete piece of
> functionality at the time.
>
> Note that there are certain reasons to deliver an increment in the iteration
> but that is probably another topic..
>
> Hope this helps,
>
> Roman
Re: Iterations [message #583430 is a reply to message #40986] Mon, 24 September 2007 10:33 Go to previous message
Roman Smirak is currently offline Roman SmirakFriend
Messages: 136
Registered: July 2009
Senior Member
Isn't this incremental vs. iterative?

Roman

"Paul Glezen" <pglezen@us.ibm.com> wrote in message
news:fd7f3j$at9$1@build.eclipse.org...
> I'm unsure how to convey "iterative activity." I run across two general
> types of iterations in my modeling of development processes.
>
> 1. Piecemeal - Whereby each iteration is essentially
> the same activity, repeated multiple
> times.
> 2. Evolutionary - Whereby a component is realized in
> over multiple iterations, be each
> iteration is a different activity.
>
> An piecemeal example is developing a persistence layer. The iterative
> steps would be adding support for one query/table for one iteration, and
> other queries/tables for other iterations. The activity of adding support
> for different queries is very similar from one iteration to the next.
>
> An evolutionary example would be developing a transport layer. The first
> iteration would be simply getting something that excepts a request and
> logs it. There might not be any other code to invoke at this point. But
> later iterations would add support for interpretations of various messages
> and the invocations of downstream components. It's an iterative process,
> but the steps are not identical for each iteration.
>
> Does EPF provide a way to model these? I've been developing for a while,
> but I'm new to process modeling.
>
> - Paul
Re: Iterations [message #583498 is a reply to message #41017] Wed, 26 September 2007 03:26 Go to previous message
Paul Glezen is currently offline Paul GlezenFriend
Messages: 60
Registered: July 2009
Member
Perhaps. Which one is "incremental" and which one is "iterative"?

After reviewing the input fields available, I suspect we simply describe
what we mean in the "Main" section of the iteration panel itself.

Roman Smirak wrote:
> Isn't this incremental vs. iterative?
>
> Roman
>
> "Paul Glezen" <pglezen@us.ibm.com> wrote in message
> news:fd7f3j$at9$1@build.eclipse.org...
>> I'm unsure how to convey "iterative activity." I run across two general
>> types of iterations in my modeling of development processes.
>>
>> 1. Piecemeal - Whereby each iteration is essentially
>> the same activity, repeated multiple
>> times.
>> 2. Evolutionary - Whereby a component is realized in
>> over multiple iterations, but each
>> iteration is a different activity.
>>
Re: Iterations [message #583553 is a reply to message #41171] Thu, 27 September 2007 07:06 Go to previous message
Roman Smirak is currently offline Roman SmirakFriend
Messages: 136
Registered: July 2009
Senior Member
May this help
http://en.wikipedia.org/wiki/Iterative_and_incremental_devel opment?

I guess definitions may vary however my understanding was that the iterative
rather means evolutionary whereas incremental means complete piece of
functionality at the time.

Note that there are certain reasons to deliver an increment in the iteration
but that is probably another topic..

Hope this helps,

Roman

"Paul Glezen" <pglezen@us.ibm.com> wrote in message
news:fdcjho$tkb$1@build.eclipse.org...
> Perhaps. Which one is "incremental" and which one is "iterative"?
>
> After reviewing the input fields available, I suspect we simply describe
> what we mean in the "Main" section of the iteration panel itself.
>
> Roman Smirak wrote:
>> Isn't this incremental vs. iterative?
>>
>> Roman
>>
>> "Paul Glezen" <pglezen@us.ibm.com> wrote in message
>> news:fd7f3j$at9$1@build.eclipse.org...
>>> I'm unsure how to convey "iterative activity." I run across two general
>>> types of iterations in my modeling of development processes.
>>>
>>> 1. Piecemeal - Whereby each iteration is essentially
>>> the same activity, repeated multiple
>>> times.
>>> 2. Evolutionary - Whereby a component is realized in
>>> over multiple iterations, but each
>>> iteration is a different activity.
>>>
Re: Iterations [message #583749 is a reply to message #41263] Sat, 29 September 2007 17:58 Go to previous message
Paul Glezen is currently offline Paul GlezenFriend
Messages: 60
Registered: July 2009
Member
Thanks, Roman. I think this straightens me out.

Roman Smirak wrote:
> May this help
> http://en.wikipedia.org/wiki/Iterative_and_incremental_devel opment?
>
> I guess definitions may vary however my understanding was that the iterative
> rather means evolutionary whereas incremental means complete piece of
> functionality at the time.
>
> Note that there are certain reasons to deliver an increment in the iteration
> but that is probably another topic..
>
> Hope this helps,
>
> Roman
Previous Topic:Problem with 1.2.0.1
Next Topic:translation request
Goto Forum:
  


Current Time: Fri Apr 26 07:44:56 GMT 2024

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

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

Back to the top