|
From: Chris E. <chr...@co...> - 2004-09-16 18:45:28
|
bryan wrote: > <beans> > <if value="test" equals="test"> > <import resource="myImport1.xml"/> > </if> This looks an awful lot like meta-programming to me. This becomes a slippery slope. IMO, xml bean files should be for configuration, not for scripting. The <import>, however, is something that I am looking forward to using on my current project. Chris. |