Wong Kok Wai wrote:

> I'm definitely interested but one question: why not use java.util.ResourceBundle as 
>the
> base class? It helps as existing ListResourceBundle and PropertyResourceBundle can 
>still be
> used.
>

Among other things, ResourceBundle and PropertyResourceBundle are not Serializable.  
This
causes problems on several application servers that like their servlet context 
attributes, and
not just session attributes, to be Serializable.

Craig


Reply via email to