开发者

Struts2 and hibernate

I want to add persistance storage to my struts2 app. Where is the best plac开发者_JS百科e to start ?

I suppose I am looking for a good hibernate tutorial ?


The fact that you are using Struts has no impact on your choice for persistence technologies. You can start with the hibernate documentation, and just search for Hibernate tutorials.


It depends upon how and in which application you want to use Hibernate with Struts2.There are some Struts2-Hibernate plugin available at Struts2 ceneteral plugin and can use them.

Optionaly you can create your persistance layer using hibernate can can always free to call from the Action classes/BO directly..


You can also refer to tutorials at Vaannila for Struts2 and hibernate integration.


Hibernate in Action is the best book to learn Hibernate quickly and easily.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜