Hi,
I'm new at Spring, and I am currently refactoring a legacy standalone app, introducing Spring. The app uses some commandline arguments, for example the url of the jdbc datasource to use. So my question is: how van I initialize a Spring managed bean with commandline arguments ? Any help is appreciated.
Thx.


Reply With Quote