Re: AW: [appfuse-user] annotations for managed beans

2007-11-30 Thread Matt Raible
. November 2007 01:24 An: users@appfuse.dev.java.net Betreff: Re: [appfuse-user] annotations for managed beans I don't understand your question - can you rephrase it? Thanks, Matt On Nov 29, 2007, at 4:24 PM, René Günther wrote: With Spring 2.5, is there a reason why not using annotations for ma

AW: [appfuse-user] annotations for managed beans

2007-11-29 Thread René Günther
before I start to use those annotations, I wanted to know wether that’s a good thing to do..? -Ursprüngliche Nachricht- Von: Matt Raible [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 30. November 2007 01:24 An: users@appfuse.dev.java.net Betreff: Re: [appfuse-user] annotations for managed

Re: [appfuse-user] annotations for managed beans

2007-11-29 Thread Matt Raible
I don't understand your question - can you rephrase it? Thanks, Matt On Nov 29, 2007, at 4:24 PM, René Günther wrote: With Spring 2.5, is there a reason why not using annotations for managed beans except for the lack of possibility to inject request parameter? I tried with something like

[appfuse-user] annotations for managed beans

2007-11-29 Thread René Günther
With Spring 2.5, is there a reason why not using annotations for managed beans except for the lack of possibility to inject request parameter? I tried with something like this: @Controller @Scope("request") public class ClientForm extends BasePage implements Serializable { /** *