From
http://blog.interface21.com/main/200...-in-spring-21/
>> What do you think about AridPOJO-like xml configuration?
This means AridPOJOs-like <context:component-scan>.
I was not able to submit the following examples.
Hideyuki SuzumiCode:<context:component-scan base-package="foo.bar" includes="*Action" excludes="FooAction, BarAction" scope="request" autowire="byType" /> <context:component-scan base-package="foo.bar" includes="*DaoImpl" excludes="FooDaoImpl, BarDaoImpl" p:dataSource-ref="dataSource" p:sqlMapClient-ref="sqlMapClient" />


Reply With Quote