SpringComponent now supports adding properties as beans instead of
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Wed, 14 May 2008 21:11:36 +0000 (21:11 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Wed, 14 May 2008 21:11:36 +0000 (21:11 +0000)
commita6a053f3830fed884895cd663df556402bee4c7b
treedf54c84478e4f7d3c73df01ae9ec1d9a09e6aa9d
parent392eabdb33253689a20fc67cb77a4d53366fd072
SpringComponent now supports adding properties as beans instead of
through property configurer.

HibernateComponent no longer reads the hibernate properties.
Next step is to put in generic hibernate properties through the constructor and to put in application-independent properties
(schemaupdate and dialect) through a hibernate config object as a required interface.
system/spring/src/main/java/org/wamblee/system/spring/ConfiguredProperties.java [new file with mode: 0644]
system/spring/src/main/java/org/wamblee/system/spring/PropertySetter.java
system/spring/src/main/java/org/wamblee/system/spring/SpringComponent.java
system/spring/src/main/java/org/wamblee/system/spring/component/HibernateComponent.java
system/spring/src/main/resources/properties/org.wamblee.system.spring.component.hibernate.properties
system/spring/src/main/resources/spring/org.wamblee.system.spring.component.hibernate.xml
system/spring/src/test/java/org/wamblee/system/spring/ConfiguredPropertiesTest.java [new file with mode: 0644]
system/spring/src/test/java/org/wamblee/system/spring/HelloService2.java [new file with mode: 0644]
system/spring/src/test/java/org/wamblee/system/spring/SpringComponentTest.java
system/spring/src/test/resources/test.org.wamblee.system.springWithProperties2.xml [new file with mode: 0644]