Re: [Rife-users] Best place to put startup/init code in RIFE

2005-12-21 Thread Geert Bevin
Hi Eddy, RIFE has support for application life-cycle management through the repository and participants. You don't need Spring for that. We briefly discussed this here: http://thread.gmane.org/gmane.comp.java.rife.user/1791 There's also some info here: http://rifers.org/wiki/display/RIFE/ G

[Rife-users] Best place to put startup/init code in RIFE

2005-12-21 Thread Eddy Young
Hi all, I suspect this is one situation where Spring comes in handy, but I am still not sure how best to proceed. (I adhere to the domain-driven design philosophy and my current project is architected accordingly, as explained below.) I have an abstract class AccountRepository that contains