In my grails application, I have spring beans defined in resources.groovy. Now I also have an xml file with an already defined bunch of beans, and I would like to use them as instead of recreating each bean in a dsl bean.
Is this even possible? Is there an equivalent xml import tag in grails bean dsl? I was thinking about adding an import ... to applicationContext.xml, but I'm not sure if this is the right place for this.
Thanks in advance,
Philip
source
share