Invest in people before investing in tools

Il blog di Matteo Baglini
posts - 118, comments - 95, trackbacks - 697

[Spring.NET #10]Spring.Core, Constructor Argument Resolution via Name Matching

In questo post vedremo l'ultima modalità di matching dei parametri, il Name Matching. Come negli episodi precedenti per istanziare la classe Person basterà effettuare una piccola modifca ai tag constructor-arg :

<object id="Matteo" 
        type="SpringSeries.Core.NameMatching.Person, 08.NameMatching">        
  <constructor-arg name="firstName" value="Matteo" />
  <constructor-arg name="age" value="24" />        
</object>
Technorati Tags:

Print | posted on lunedì 17 settembre 2007 04:01 | Filed Under [ .NET OpenSource Spring.NET ]

Powered by:
Powered By Subtext Powered By ASP.NET