No problem - Part of my task is to work though Prefs and do real
preference persistence in Sakai. I was just hoping that the
container already looked for preferences andproperly delegated this
to a pluggable impl - and you say that it does - so that is cool.
I should look at preferences first then and then wait for the rework
for UserInfo
/Chuck
On Feb 27, 2007, at 11:41 AM, David H. DeWolf wrote:
Preferences is hooked up and a default impl is provided (all beit
in-memory). Are you having problems with it?
Charles Severance wrote:
This makes sense to me. It would be nice if there were something
in Optional Services that returned the implementation for user
attributes.
I really like the pattern for Optional services and the smart
wrapper that lets you return null any time you like and fall back
to the default. All very elegant - just not hooked up.
/Chuck
P.S. The next thing I will be chasing down if Perferences store :)
On Feb 27, 2007, at 10:45 AM, David H. DeWolf wrote:
I'm not convinced it's there. This is a relatively new services
that is "optional" per the spec. I think that Craig started
implementing it and I'm not convinced it's be completed. I'll
look at hooking it up within the next couple of days - prior to a
1.1.1 release, which I think will come out *very* soon.
David