Have you seen this: http://spring-rich-c.sourceforge.net/
Z. > Hello, tank you for reply. > > Would be possible to post a some code that shows how to initialize this > application context? > > My application must have an ApplicationContext object with loaded > definitions of applicationContext.xml file, is that correct? > > I tried this two alternatives: To implement ApplicationContextAware class. > And load the definitions of applicationContext.xml file, through some > classes like GenericApplicationContext and XmlBeanDefinitionReader (working > together). But I did not get no success. > > Regards,