|
From: Seth L. <set...@gm...> - 2005-02-17 18:15:35
|
On Thu, 17 Feb 2005 10:18:36 -0500, David Bowers <viv...@gm...> wrote: > I've been thinking about an extension to the mechanism for specifying > XML sources for Spring beans, where you specify an XML source and an > XSL transform. Something like this: > > <context-param> > <param-name>contextConfigLocation</param-name> > <param-value> > WEB-INF/normalContext.xml, > WEB-INF/cusomtContext.xml | WEB-INF/transformCustomContext.xsl > </param-value> We have often wanted to do this. We have split our context files into domain specific contexts. Each domain is specific (DAO, web, security, etc). If each had their own format (internal to our needs) it would make reading these files much easier. Merely transforming them into Spring's bean DTD at runtime makes sense sometimes. Seth -- <a href="http://www.picklematrix.net/foaf.rdf">Seth Ladd's FOAF</a> <a href="http://www.foaf-project.org/">What is FOAF?</a> |