2012-03-12 8 views
0

Spring Framework 3アプリケーションのapplicationContext.xmlを記述する必要がありますが、XML宣言が見つかりません。誰も私にそれを得る場所を示すことができますか?すべてのSpring XMLの宣言が含まれている共通の場所はありますか?

同様に、すべてのSpring XMLの宣言を定義する共通の場所がありますか? (他のXMLSまたは周りにある。)以下

私はグーグルによって判明春2.5の宣言の例である:これは、すべての春のドキュメントに記載されている

<beans xmlns="http://www.springframework.org/schema/beans" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xmlns:context="http://www.springframework.org/schema/context" 
    xmlns:tx="http://www.springframework.org/schema/tx" 
    xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd 
      http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd 
      http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd"> 
</beans> 

答えて

関連する問題