Hibernate Team |
|
Joined: Tue Aug 26, 2003 7:19 pm Posts: 2364 Location: Brisbane, Australia
|
Using JTA as provided by JBoss is a good approach. This is very standard and there is lots of information around to show you what to do. As far as session management, it will be done by Hibernate.
Hibernate does isolate you from the underlying database so only minimal changes are necessary to apply alternate database back ends.
I suggest you use the 'user' forum for more questions and also read the online docs or purchase a book as both will help guide you.
|
|