In beans configuration file:
------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING/DTD BEAN/EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
<bean id="xxx" name="xxx"
------------------------------------------------------------------
what is the difference between id and name property except that id should be unique in the IOC container?
Thanks.
Spencers


Reply With Quote

