Using different datasources for particular queries with Spring and IBATIS

Posted by dnbwise on Stack Overflow See other posts from Stack Overflow or by dnbwise
Published on 2010-04-12T18:18:05Z Indexed on 2010/04/17 6:53 UTC
Read the original article Hit count: 187

Filed under:
|
|

I have the requirement of updating an app to use multiple (i.e., two in this case) datasources depending upon the type of query. For instance, use DB1 for reads and DB2 for write operations. How would I approach this?

© Stack Overflow or respective owner

Related posts about java

Related posts about spring