aspose file tools
The moose likes Spring and the fly likes IOC is the only available method for Injecting Dependency Objects? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "IOC is the only available method for Injecting Dependency Objects?" Watch "IOC is the only available method for Injecting Dependency Objects?" New topic
Author

IOC is the only available method for Injecting Dependency Objects?

Vas Miriyala
Ranch Hand

Joined: Sep 14, 2009
Posts: 114

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?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: IOC is the only available method for Injecting Dependency Objects?
 
Similar Threads
DI vs IoC
nonintrusive in spring
Spring AOP Vs Spring IoC/DI
IOC and Dependency Injection ?
Using Spring in web app