Two implementations for configuring spring beans from XML application context files
I.) new XmlBeanFactory( new FileSystemResource ("xml file path")
II.) new FileSystemXmlApplicationContext (" xml file path")
setApplicationContext() gets called in case II not I.
WHY ???


Reply With Quote
