Archive for November, 2008

Eclipse problem: XML files excluded from build

XML files excluded from build

Eclipse: Windows/Preferences; Java/Compiler/Building; Output folder: change teh Filtered resources

Comments off

Spring: factory method with arguements

Spring: factory method with arguements

<bean id=“testObject” class=“TestObject” factory-method=“getInstance”>  

  <constructor-arg type=“java.lang.String” value=“object-id-123″/>  

</bean>  

Comments off