--- Craig McClanahan <[EMAIL PROTECTED]> wrote: > It is also instructive to observe the growing > popularity (in > enterprise Java circles) of IoC approaches to > instantiating business > and service objects (Spring, Hivemind, > PicoContainer, etc.), which are > implemented as POJOs and composed via dependency > injection. I suspect > that people who like this style (as opposed to more > rigid API > frameworks) in the model and business tiers are also > likely to prefer > it in the web tier as well.
Yes, we prefer it :) It makes well in web environment, with clear defined lifecycles of object and saves a lot of work. Typically business objects would be injected to action by container, providing even better separation between layers ( action does not care where business objects come from ) regards, ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Plugins for xdoclet-2 are released. check it out at: http://www.sourceforge.net/projects/xdoclet-plugins/ ----[ http://www.pribluda.de ]------------------------ __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]