|
From: Eugene K. <eu...@md...> - 2004-10-27 20:07:55
|
jas...@ma... wrote: > Another idea to reuse legacy containers would be to just write a MDB > wrapper which delegated to Spring to create the POJO. While its more > painful to configure, it would allow you to reuse the legacy MDB > infrastructure and use Spring for Dependency Injection. That is exactly what we are using for a while. MDB and SSLB's for remoting/facades/CMT and all internals is managed by Spring (pojo's, IOC, AOP, pooling...). The only uglines is that to start nested transactions we can't use Spring's TX wrappers and have to use helper SSLB's to plug in into CMT. regards, Eugene |