All Questions
Tagged with ioc-containers spring
3 questions
1
vote
3
answers
631
views
How to reduce dependency on IOC Framework (Frameworks in general)
I was watching a presentation by Uncle Bob. In the end of that presentation (last 10 min), He argued that we should abstract everything (Even frameworks) from our business logic.
JAVA EE does a great ...
-1
votes
1
answer
796
views
IOC principle - Servlet container implementation
IOC principle can be implemented, using either:
Dependency Injection
Service locator pattern
This article also supports these two approaches for implementing IOC principle.
Spring IOC container is ...
-1
votes
1
answer
324
views
PocoCapsule project status
Does anybody know the status of this C++ Inversion of Control Container?
Any alternative?