今天在Spring官方文檔看到 Dzone發布了Spring2.5配置文檔幫助卡片(Spring 2.5 Configuration Reference Card)。 本人下載看一下,覺得還挺不錯,推薦給大家。
該卡片提供比較詳細介紹了spring2.5 xml的配置,包括以下四部分
- XML elements available as of Spring 2.5(Spring2.5 xml標簽配置)
- Most commonly used elements(常用的xml標簽使用方法)
- Namespaces(命名空間)
- Guide to Spring’s rich set of annotations(Spring支持的annotations技術使用指南)
官方下載地址
下面是官方發布的內容的原文
http://www.springframework.org/node/660
DZone has just published a reference card for
Spring 2.5 Configuration. The card was written by the very knowledgeable
Craig Walls and provides exhaustive details about all the XML configuration options for your
Spring 2.5
contexts. It provides a handy desktop reference for any developer
building Spring powered applications. XML averse developers should also
check out the options in Spring 2.5 for
annotation based configuration.