2011-10-11から1日間の記事一覧

spring(3.0)での静的ファイルの設定

js,cssなどの外部ファイルを置くケースこのサンプルがベースなんだけど。https://github.com/SpringSource/spring-mvc-showcase src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml servlet-context.xmlファイルにこんな感じで設定書いて <resources mapping="/resources/**" location="/resources/" /> src/</resources>…

persistence.xml

Springでsampleを見ているとpersistance.xmlというファイルがあって 気になっていたんだがどうも永続化に関する設定ファイルらしい(よんだまんだけど)。 参照先 基本的な情報 http://www.objectdb.com/java/jpa/entity/persistence-unithttp://www.hitachi…