Re: [s2] Do I still need a business service layer ?

2007-04-18 Thread nicolas de loof
this message in context: http://www.nabble.com/-s2--Do-I-still-need-a-business-service-layer---tf3591059.html#a10051941 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

[s2] Do I still need a business service layer ?

2007-04-17 Thread nicolas de loof
Hello, I've used struts1 for several years and I'm now looking at StrutsĀ². In struts1, to create a registerUser use-case I need a RegisterAction, a RegistrationService and some business code. My struts1 RegistrationService is only used to start a transaction using Spring @Transactional

Re: [s2] Do I still need a business service layer ?

2007-04-17 Thread Mark Menard
On 4/17/07 10:20 AM, nicolas de loof [EMAIL PROTECTED] wrote: In struts2, AFAIK I can use any POJO as controler. Can I use my (maybe adapted) RegistrationService as a Controller by simply changing to a statefull model (user to register is not a method parameter anymore but a bean property) ?

Re: [s2] Do I still need a business service layer ?

2007-04-17 Thread Ray Clough
://www.nabble.com/-s2--Do-I-still-need-a-business-service-layer---tf3591059.html#a10051941 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail