> From: Alex Karasulu [mailto:[EMAIL PROTECTED] 
> 
> Leo,
> 
> > The default implementation, although often (almost always) 
> built from 
> > an XML file, has *no* link to the XML file that created it. 
> Thus, in 
> > the default impl, changes are never stored.
> 
> The don't you need some sort of marker to indicate the config 
> has changed since it has been created.  Such as an isDirty() 
> boolean marker to determine if the configuration has changed 
> since it was created from some source what ever that may be. 
> Or is this something that should be left to the 
> implementation to expose?  

I think it should be in the implementation. I don't think the
client doing the writing to the MutableConfiguration need to know
if it has changed or not.

The container knows the impl class, and can see if something 
has changed.

/LS


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

Reply via email to