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)
commit9f044681bb504c6e50850af0dba9e7707f61857e
tree5881757464a265cbfe7bce4b9f6720cd961e24b3
parent206d5915da4795c9665c7a7bfc0f7079bf5626be
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.
trunk/system/spring/src/main/java/org/wamblee/system/spring/ConfiguredProperties.java [new file with mode: 0644]
trunk/system/spring/src/main/java/org/wamblee/system/spring/PropertySetter.java
trunk/system/spring/src/main/java/org/wamblee/system/spring/SpringComponent.java
trunk/system/spring/src/main/java/org/wamblee/system/spring/component/HibernateComponent.java
trunk/system/spring/src/main/resources/properties/org.wamblee.system.spring.component.hibernate.properties
trunk/system/spring/src/main/resources/spring/org.wamblee.system.spring.component.hibernate.xml
trunk/system/spring/src/test/java/org/wamblee/system/spring/ConfiguredPropertiesTest.java [new file with mode: 0644]
trunk/system/spring/src/test/java/org/wamblee/system/spring/HelloService2.java [new file with mode: 0644]
trunk/system/spring/src/test/java/org/wamblee/system/spring/SpringComponentTest.java
trunk/system/spring/src/test/resources/test.org.wamblee.system.springWithProperties2.xml [new file with mode: 0644]