2010-05-18から1日間の記事一覧

Spring2.5 の@Resource

Spring2.5 のメモを書くのは情けないが、仕事で使わなくてはならないので、不本意でも書きます。 @Resource や、@Autowired を書いてsetterの記述を無くする例。 bean生成のコンフィグXMLで、<context:annotation-config/>を書くことである。 </context:annotation-config/>