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

SimpleFormControllerがDeprecatedになってる

Deprecated. as of Spring 3.0, in favor of annotated controllers @Deprecated public class SimpleFormControllerhttp://static.springsource.org/spring/docs/3.0.x/javadoc-api/org/springframework/web/servlet/mvc/SimpleFormController.html

springframeworkのxmlファイルの読み込みどこでしてんだろうか?

どこでXMLファイル名指定して見込んでんだよとかおもったんでgrepしてみた。 収集 cd spring-framework-3.1.0.M1/projects grep xml **/*.java | grep -v Test | grep WEB-INF | perl hoge.pl | sort -u 1 use strict; 2 3 while(my $row = <>) { 4 chomp $r…