>>
>> I'm not completely clear what is meant by "business logic." Do you mean
>> custom methods such as adding a method like totalCost that takes two fields
>> and returns a total? Do you include the relationship methods as well or is
>> that also part of business logic?
>
> Business logic is code that isn't implied by the data, and its the
> most custom to a program. Its a term used a lot in the WO marketing
> literature.
>
> Simplified Example:
[snip]
Thanks Pierce,
I thought that's what was meant. I write business logic, just didn't have a
name for it :). It certainly is one of the most powerful parts of EOF.
--Marc Respass