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 only static methods to retrieve account information. The actual database operations are delegated to a DAO implementation that is injected in the AccountRepository static variable at startup of the application (that is, only once during the lifetime of the application).

Where is the best place to do that in RIFE? If I use Spring with RIFE, how do I go along doing that?

Thanks,

Eddy

_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://www.uwyn.com/mailman/listinfo/rife-users

Reply via email to