Nathan Coast wrote:

> > > ...
> > >
>
> I've found the code I needed in
> org.apache.struts.tiles.xmlDefinition.XmlParser - I cut the code from here
> as its private - could be a case for making method public?  I think I favour
> storing the preferences (definitions) as XML over serializing the objects.
> I anticipate a need for admin functions to operate globally e.g. remove /
> add / modify a component from everyones definitions.  I think this might be
> possible by sql operations on the db rather than deserialize / modify /
> reserialize.
>
> Apart from this, it seems to be going well, I'll let you know how I get on.
>

  I have planned  to clean / refactoring all this code to allow more easy reuse,
like the one you try to do. Knowing your needs or what you have done will
certainly help me to do refactoring.

  Cedric


Reply via email to