Ich sehe, dass wir wie im Frühjahr mehrere URLs als Wert für dieses Attribut haben:
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:aop="http://www.springframework.org/schema/aop"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop-2.0.xsd">
Warum wird es benötigt und wofür wird es verwendet? Geht Spring zur URL und validiert sie? Was ist der Unterschied zwischen xmlns und xsi: schemaLocation?