a few IOC Containers to consider
PICO 
favors constructor injection
1 DataSource at a time

Hivemind:
supports both constructor and setter injection
Supports webwork like interceptors

Avalon:
must implement Avalon specific interfaces
quite invasive and the least developed of the 3 IOC containers

the most mature IOC container is Spring
which works well with the web frameworks

Struts, WebWork, Tapestry
Spring does not contain persistence framework but does fully integrate with

Hibernate,JDO,OJB,iBatis


http://www.springsource.com/de/training

feel free to ping offline for details
HTH
Martin 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung
 Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.






> Date: Wed, 8 Jul 2009 11:54:59 -0700
> From: paradoxical.reason...@gmail.com
> To: users@tomcat.apache.org
> Subject: RE: Adding new jars to Tomcat library.
> 
> 
> Thanks. I knew about the alternative, but I was hoping I can take advantage
> of IOC. Whatever :sleep:
> 
> >Not if you want Tomcat to manage the DB connection pool.  Installing the
> JDBC driver jar is a one-time thing; can't you >schedule a few-second outage
> at some convenient time?
> 
> The reason why I asked is that I suspect that we will start using this
> pattern for other deployments. Also updating jar versions occurs frequently
> enough so I thought I might as well figure out the best approach now rather
> than later.
> 
> Great support guys.
> -- 
> View this message in context: 
> http://www.nabble.com/Adding-new-jars-to-Tomcat-library.-tp24395122p24397312.html
> Sent from the Tomcat - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 

_________________________________________________________________
Hotmail® has ever-growing storage! Don’t worry about storage limits. 
http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage_062009

Reply via email to