Hi,
We have a number of databases deployed throughout our organization. While all of these databases are different, they all contain a few tables that have the same data. What I would like to do is have a master interface that would allow me to update entries in all of these common tables in all of my databases. What would be the easiest way to do this? I know the transactions must use the XA protocol. I already use Hibernate to update a single database and it works great, but from what I see I would have to create a session factory for every database I use and then change the code I already have...I would prefer not to do this. I am looking at JOTM to help me with the XA part. Any suggestions would be greatly appreciated.
Thanks.
|