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 2010/11/18 14:10:15 UTC

[jira] Updated: (ISIS-7) Distinguish different types of services (a la NO.Net) ?

     [ https://issues.apache.org/jira/browse/ISIS-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood updated ISIS-7:
---------------------------

    Priority: Minor  (was: Major)

> Distinguish different types of services (a la NO.Net) ?
> -------------------------------------------------------
>
>                 Key: ISIS-7
>                 URL: https://issues.apache.org/jira/browse/ISIS-7
>             Project: Isis
>          Issue Type: Brainstorming
>            Reporter: Dan Haywood
>            Priority: Minor
>
> The Naked Objects for .NET has made a change to their API, in that they now distinguish:
> - MenuServices  -  services registered here show up on the UI as menus (but may still be selected and deselected within a Profile). Actions on these services will also be contributed unless marked [NotContributed]. They will also be injected into objects as needed.
> - ContributedActions  -  Services registered here will contribute actions but will not show up as menus, nor be selectable within a profile. They will also be injected into objects (though I think it not very likely that you would want to).
> - SystemServices  -  These services (e.g. SMTPMailSender) are registered for purposes of dependency injection but do not have any user visibility.
> These are currently specified through different overridden methods in their bootstrap class.  They did explore ways to achieve the same distinctions entirely by annotation, but eventually concluded that this was a simpler approach.
> This ticket is a marker for a similar discussion with respect to Isis.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.