Hi Frank,

SNIP

If you look at class ChangeSummaryImpl, you'll notice that in Tuscany we actually implement this with three separate lists under the covers. The isDeleted() method, for example, looks like this:

  public boolean isDeleted(DataObject dataObject)
  {
    return getCachedDeletedObjects().contains(dataObject);
  }

Oh - Great - I like that :-).


I know that there is a proposed SDO 3 work item to revisit ChangeSummary to see if the API could be improved. Perhaps you'd like to get involved in the spec discussion on this issue, when it begins?

Absolutely and thank you for the detailed explanation and OSOA link.

Cheers,
- Ole

SNIP

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to