liferay « Bean « Spring Q&A





1. same bean id on different xml file, will it merge?    stackoverflow.com

i'm reading liferay source code and found out that 2 xml files using same bean-id. will all the properties merge together if using this way?

dynamic-data-spring
----------------------
    <bean id="liferayDataSource" class="org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy">
 ...

2. ice:inputFile (icefaces) @ liferay portal: Why is there more than one bean (object) instance?    stackoverflow.com

I use ice:inputFile (icefaces 1.8 component) within a liferay portlet. I followed this instuctions input-file tutorial and all things work fine at first view. During my test i found out, ...

7. Declare Spring Bean    liferay.com