> * RequestUtil goes into o.a.t.r.collection

Yes, and i'll rename it to something more relevant... (eg
CollectionUtil)

> * ContextResolver was useful with Tiles 2, but I'm not sure it serves a 
> purpose anymore. The Request abstraction (with its wrapping mechanisms) 
> is just more powerful. Perhaps we can remove it entirely.

You need to enlighten me some more here.

For example in AbstractClientRequest you're thinking of replacing

        ContextResolver resolver = 
ApplicationAccess.getContextResolver(applicationContext);
        return resolver.getContext(this, scope);

with what?

Or did you want to remove Request's getContext(scope) and
getAvailableScopes(..) methods altogether?



> Perhaps we should also take the opportunity to expand the
> package-level javadoc.

Absolutely, but i think you have a better grasp here and can come up
with a far better overview description. I can help flesh out the class
docs then.

~mck

-- 
“Innovators and creative geniuses cannot be reared in schools. They are
precisely the men who defy what the school has taught them.” - Ludwig
von Mises 

| http://tech.finn.no | http://github.com/finn-no |

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to