On Thu, 1 Dec 2005 14:24:20 -0500, Andrew Berman <[EMAIL PROTECTED]> wrote:

Honestly, I don't think there ever was a Spring Integration problem.  I
think people were just looking for a cookie-cutter approach to using Spring
within Wicket.  It's actually quite easy to do without using any of the
Spring stuff that Igor and others wrote, but it's always a good thing to
have a common approach that everyone can follow.

Honestly, I think Igor did a good job: It is just easier and more natural to write over and over again:

new HibernateModel(obj,_dao);

than

new HibernateModel(obj, new Model(){
   getObject(Component comp){
      return ((MyApplication)Appliation.get()).getDAO();        
   }
});

and this is not restricted to HibernateDAOs but to any bean you do not want to get serialized whtih your components.

Christian


        

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



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to