It is more for components:
//constructor
public OrderPage(){
add(new CustomerPanel("customer",getWrappingContext().getBean("customerDAO",CustomerDAO.class));
}

Just for normal DI in code.

Christian

On Tue, 8 Nov 2005 08:31:47 -0800, Igor Vaynberg <[EMAIL PROTECTED]> wrote:


What I'm working on now is an ApplicationContext which wrapps the 'real'
ApplicationContext and does create for getBean() etc automatically the
proxies. I think this way I'll never have to worry about the serialization
problem for such beans.


but what will inject your pages?

-Igor



--
Christian Essl
        

        
                
___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to