Hi,
I want to deploy an application heavily relies on DI, but dont want to set up the entire DI framework like Spring. I use a pretty simple method, to write all the dependency in a factory class, and get them by name when use.
It is just hard code the relationship into a BeanFactory, are there any existed projects can read out the spring configuration file and generate such a BeanFactory with all the dependencies in it? So I can use it without to install a framework and the XML configuration file.
Thanks!
Regards,
Sam Huang


Reply With Quote
