Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of David Palmer | > | phpBoing | > | applicationContext.xml | > | Download | ||
|
Download |
<?xml version="1.0"?> <beans> <bean id="simpleExample" class="org.example.simple.SimpleExample"> <property name="message"> <value>Hello! How are you?</value> </property> </bean> </beans> |