Login   Register  
PHP Classes
elePHPant
Icontem

File: applicationContext.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of David Palmer  >  phpBoing  >  applicationContext.xml  >  Download  
File: applicationContext.xml
Role: Auxiliary data
Content type: text/plain
Description: application context XML file phpBoing uses to wire applications together
Class: phpBoing
Inject dependency objects from XML definitions
Author: By
Last change:
Date: 2009-08-02 09:37
Size: 202 bytes
 

Contents

Class file image 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>