Reputation: 53806
I want to add persistance storage to my struts2 app. Where is the best place to start ?
I suppose I am looking for a good hibernate tutorial ?
Upvotes: 1
Views: 447
Reputation: 1
Hibernate in Action is the best book to learn Hibernate quickly and easily.
Upvotes: 0
Reputation: 1456
You can also refer to tutorials at Vaannila for Struts2 and hibernate integration.
Upvotes: 0
Reputation: 23587
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..
Upvotes: 0
Reputation: 120178
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.
Upvotes: 1