Results 1 to 2 of 2

Thread: Multiple Data Sources

  1. #1
    Join Date
    Jul 2005
    Posts
    8

    Default Multiple Data Sources

    Hi,

    I am wondering if there is any document or sample program that talks about multiple data sources in details.

    The data sources are MSSQL databases located at different locations. I am also interested in knowing the implement of the transaction for the distributed databases using JTA or other technologies supported by spring framework.

    Thank.

  2. #2
    Join Date
    Aug 2004
    Location
    San Mateo, CA
    Posts
    1,265

    Default

    If you want distributed transactions, I'd recommend you use a JTA implementation. Spring's JtaTransactionManager can seamlessly run over the top of it, preserving Spring's regular programmatic or declarative transaction management.
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

Similar Threads

  1. Replies: 3
    Last Post: Dec 27th, 2009, 10:11 PM
  2. Multiple Data Sources + Hibernate + Spring
    By joeserel in forum Data
    Replies: 2
    Last Post: May 18th, 2005, 09:22 AM
  3. Multiple data sources in Spring
    By Yeshaswi in forum Data
    Replies: 1
    Last Post: May 4th, 2005, 04:34 AM
  4. Replies: 3
    Last Post: Apr 21st, 2005, 03:19 PM
  5. Multiple data sources
    By Patrick Vanhuyse in forum Data
    Replies: 2
    Last Post: Aug 17th, 2004, 02:45 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •