. 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
before I start to use those annotations, I
wanted to know wether thats 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
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
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 {
/**
*