This post originated from an RSS feed registered with Java Buzz
by Simon Brown.
Original Post: Injection
Feed Title: Simon Brown's weblog
Feed URL: http://www.simongbrown.com/blog/feed.xml?flavor=rss20&category=java
Feed Description: My thoughts on Java, software development and technology.
I think that this years tech word will be injection, and I think this because Spring (in particular, but IoC/DI in general) is becoming more and more widely adopted on projects. Perhaps even "mainstream", you might say. Some quotes from my current projects.
Let's just inject it with Spring.
We're using Spring here already, so why don't you inject those beans into X?
Where does this come from? It's injected.
We need to inject some load into the system test environment.
Okay, so that last one is out of context, but these phrases are not what you would have typically heard used on a project. I imagine this is true for many others out there - are you also seeing IoC becoming "mainstream"?