Struts2.0+spring2.0+hibernate3.2 Annotation应用示例

Struts2.0+spring2.0+hibernate3.2 Annotation应用示例
hibernate3.2有个新功能叫做annotation,这个功能在ejb3.0就出现了。而且spring2.x版本也有这个功能,这个功能到底有什么作用,我们还是看看解释是什么:
在已经发布的JDK1.5(tiger)中增加新的特色叫 Annotation。Annotation提供一种机制,将程序的元素如:类,方法,属性,参数,本地变量,包和元数据联系起来。这样编译器可以将元数据存储在Class文件中。这样虚拟机和其它对象可以根据这些元数据来决定如何使用这些程序元素或改变它们的行为。
spring的配置文件比较复杂,所以这次先使用hibernate的annotation功能。

更多详细信息请看 这里

效果:




你可能感兴趣的:(Struts2.0+spring2.0+hibernate3.2 Annotation应用示例)