<spring>
<context>
<resource uri="config://spring/objects"/>
</context>
<objects xmlns="http://www.springframework.net">
<object type="Default.aspx">
<property name="Service" ref="myService"/>
</object>
<object id="myService" type="Services.MyService, Services">
</object>
</objects>
</spring>