posted 11 years ago
spring has given IOC for injecting dependency object and before spring as far I know they used dependency-lookup method ,and lets say IOC is not present in spring and the only option is Dependency-lookup?right? else is there any alternative method to achieve injecting Dependency objects with out IOC and Dependency-lookup?