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

Michael Dürig resolved OAK-84.
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.3
         Assignee: Michael Dürig

Fixed at revision 1335171
                
> Delegates for Session, Node, Property and Item
> ----------------------------------------------
>
>                 Key: OAK-84
>                 URL: https://issues.apache.org/jira/browse/OAK-84
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: jcr
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>             Fix For: 0.3
>
>         Attachments: 
> 0001-OAK-84-Delegates-for-Session-Node-Property-and-Item.patch
>
>
> Instead of passing around Nodes internally and casting them down to NodeImpl 
> we should use the façade pattern and delegate from NodeImpl back to an 
> implementation class which is used internally. This also avoids the problem 
> of API clients accessing stuff they shouldn't by casting to the 
> implementation. 
> Some initial work has been done already. What's left to do it: 
> * Push down as much as possible from ItemImpl, NodeImpl and PropertyImpl to 
> the respective delegate classes
> * Introduce the same pattern for SessionImpl and do away with SessionContext. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to