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

Trustin Lee updated DIRMINA-291:
--------------------------------

    Fix Version/s:     (was: 2.0.0-M1)

> Split IoServices into unconfigurable and configurable ones.
> -----------------------------------------------------------
>
>                 Key: DIRMINA-291
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-291
>             Project: MINA
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Trustin Lee
>
> Properties of an IoService provides setter methods by default.  These setters 
> sometimes gives a side effect because the properties can be changed by 
> unwanted party.  Springframework shows a very good solution to this issue; 
> Spring team provided two interfaces; one interface with read only properties 
> and the other interface which extends the former and provides setter methods 
> for the properties.  We can separate the concern very clearly by doing this.

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

Reply via email to