In this tutorial we will demonstrate how to set up Hibernate One-to-One Mapping between two Database tables. We will show how to create and deploy four applications using different approaches to set up the Object relationship.
Using JBoss Transaction Manager in a Spring application
In this tutorial we will learn how to use JBoss Transaction Manager on the top of Spring’s transaction management abstractions. The Spring framework allows pluggable transaction managers. However, iIf you need XA support for your Spring applications, then you need to plug in a transaction manager such as JBossTS. Let’s see how to configure JBoss … Read more