Shapira, Yoav wrote:

Hola,



* Redo naming resources configuration using setAllProperties rule to
make the XML less verbose.
Example:
<Resource name="bean/MyBeanFactory" auth="Container"
type="com.mycompany.MyBean"
factory="org.apache.naming.factory.BeanFactory"
bar="23"/>



I personally really like this (and use setAllProperties extensively in
my own projects). The only knock against this approach is that the
Servlet Spec uses the verbose <param-name>/<param-value> pairs all over
the place, and being a servlet container we may wish to stick to the
same spirit.


Yes. It's not as important IMO, since a data source will require a large amount of parameters (= very verbose).

Looking forward to it.

What is the status of Logger removal/rewriting/rethinking?


The Logger interface is now removed.

Rémy


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to