This post originated from an RSS feed registered with Java Buzz
by Paul Kilroy.
Original Post: An Analysis of Strut's Dependency Injection
Feed Title: The Frustrated Programmer
Feed URL: http://liberty.phpwebhosting.com/404.html
Feed Description: The problems I encounter on a daily basis, blogged for posterity. All content will be original, contain poor grammar and a few mispellings.
Inversion of Control/Dependency Injection are still big buzz words. Popularity continues to grow for IoC "containers", notably:
Springframework
Picocontainer
In general these reduce couplings between components, letting the IoC container piece your objects together. Struts has some built-in functionality for supporting IoC on data sources, form beans and actions.
Data Sources
A data