| Recommend this page to a friend! |
| Classes of David Palmer | > | phpBoing | > | applicationContext.xml | > | 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> |