Added a method to set properties on the spring component.
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Mon, 31 Mar 2008 18:26:05 +0000 (18:26 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Mon, 31 Mar 2008 18:26:05 +0000 (18:26 +0000)
commit78d2dde36cb859abd17256e009bda980f46039c5
tree944933e496d489bb5e580f593771aa51d2b3cf3c
parentdad26539430794660327ee3dbe07cc23374638f0
Added a method to set properties on the spring component.
trunk/system/spring/pom.xml
trunk/system/spring/src/main/java/org/wamblee/system/spring/PropertySetter.java [new file with mode: 0644]
trunk/system/spring/src/main/java/org/wamblee/system/spring/ProvidedServiceBean.java [deleted file]
trunk/system/spring/src/main/java/org/wamblee/system/spring/RequiredServiceBean.java [new file with mode: 0644]
trunk/system/spring/src/main/java/org/wamblee/system/spring/SpringComponent.java [moved from trunk/system/spring/src/main/java/org/wamblee/system/spring/SpringSystem.java with 77% similarity]
trunk/system/spring/src/main/java/org/wamblee/system/spring/StringResource.java [new file with mode: 0644]
trunk/system/spring/src/test/java/org/wamblee/system/spring/SpringComponentTest.java [moved from trunk/system/spring/src/test/java/org/wamblee/system/spring/SpringSystemTest.java with 72% similarity]
trunk/system/spring/src/test/resources/test.org.wamblee.system.spring.properties [new file with mode: 0644]
trunk/system/spring/src/test/resources/test.org.wamblee.system.springWithProperties.xml [new file with mode: 0644]