PHP Classes

File: applicationContext.xml

Recommend this page to a friend!
  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: 15 years ago
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>