Search found 1 match
- 07 Aug 2008, 15:57
- Forum: Engine
- Topic: how to set an application context constructor with an array
- Replies: 7
- Views: 2093
how to set an application context constructor with an array
Hello, I am trying to set paths of multiple xml files using FileSystemXmlApplicationContext e.g . private static ApplicationContext context; private static InterFace1 bean1; private static Interface2 bean2; String filePaths[] = {"C:/...../config/app-context/file1.xml",""C:/...../...