You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Jukka Zitting <ju...@gmail.com> on 2013/04/25 12:05:26 UTC

Re: enter() method for JCR implementation classes

Hi,

On Tue, Mar 5, 2013 at 11:56 AM, Jukka Zitting <ju...@gmail.com> wrote:
>   -> dlg.perform(dlg.getSomeOperation(oakName, ...))

Thinking further about this, it seems like it would make sense to push
the perform() mechanism entirely to the delegate level, simplifying
the above call to just dlg.doSomeOperation(oakName, ...).

BR,

Jukka Zitting