SpringComponent now supports adding properties as beans instead of
authorErik Brakkee <erik@brakkee.org>
Wed, 14 May 2008 21:11:36 +0000 (21:11 +0000)
committerErik Brakkee <erik@brakkee.org>
Wed, 14 May 2008 21:11:36 +0000 (21:11 +0000)
commitd67dfdb9198fbe3bb9034cd1d9f4a9870618d2b6
treedf54c84478e4f7d3c73df01ae9ec1d9a09e6aa9d
parentd67a117843d23eaf7b44f5c048d3fdee9310b2a1
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]