Using different datasources for particular queries with Spring and IBATIS
- by dnbwise
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?