Web アプリの構成に xml ファイルを含めたいと考えています。コントローラーとおそらくtaglibsで構成を使用したいと思います。この構成ファイルをどこに含めればよいですか? また、どのようにアクセスできますか?
これは私のプロジェクトツリーディレクトリです:
web proj/
|
|---Java Resource/
| |
| |---src
| |---resources
| |
| |---messages_en.properties
| |---messages_de.properties
|
|---build/
|
|---WebContent/
| |
| |---css/
| |---images/
| |---js/
| |---META-INF/
| |---themes/
| |---WEB-INF/
| | |
| | |---jsp/
| | |---lib/
| | |---web-servlet.xml
| | |---spring-security.xml
| | |---tiles.xml
| | |---web.xml
| |---index.jsp
|---build.properties
|---build.xml
どうもありがとう。