Hi Dave, > > I [...] would like to use spring's tx support, > > however I want to use it on actionbeans rather > > than separately managed spring beans. > > Is their a specific reason to why you want to open transactions in your > action beans rather than in a service layer? > > What would other benefits be in having Spring fully manage Stripes' action > beans?
Put simply, the only code thats going to call my service layer is my Stripes bean. I see no reason to re-create a layer of code I'm not going to use. I realise this is a religious topic for many, but as you asked I thought I should respond. Cheers, Dim ------------------------------------------------------------------------------ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
