|
From: Tom T. <tom...@pr...> - 2004-06-04 14:43:32
|
> So for my example above, the dao would be in a jar along with a > dao-index.xml file that pointed to each of the needed files. And I > could include them all in my web application context with a config > location of springindex:com/foo/dao/dao-index.xml. OR if Spring does > allow include directives, I would (again keeping the include or > composition file separate) have a config location of > classpath:com/foo/dao/dao-index.xml. I don't think this will work: "classpath:" denotes a resource *location* while "springindex:" denotes a *type*... Good point though, to limit the import functionality to a "composed bean definitions file"-definition. Tom. |