You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2014/07/01 00:03:25 UTC

[jira] [Created] (ISIS-830) Raise lifecycle events on EventBus.

Dan Haywood created ISIS-830:
--------------------------------

             Summary: Raise lifecycle events on EventBus.
                 Key: ISIS-830
                 URL: https://issues.apache.org/jira/browse/ISIS-830
             Project: Isis
          Issue Type: Bug
          Components: Core
    Affects Versions: core-1.5.0
            Reporter: Dan Haywood
            Assignee: Dan Haywood
             Fix For: core-1.6.0


Specifically:
- ObjectPersistedEvent   // postCreate in JDO terminology
- ObjectUpdatingEvent   // preStore in JDO terminology
- ObjectUpdatedEvent    // postStore in JDO terminology
- ObjectRemovingEvent   // preDelete in JDO terms

This would be a more flexible solution for many use cases than implementing updating() etc.... can centralize logic.



--
This message was sent by Atlassian JIRA
(v6.2#6252)