이 누리집은 대한민국 공식 전자정부 누리집입니다.
Admin
2012-04-18
4,717
Hello
There are two ways. The first is simply choosing another DB without transaction, the second is using global transaction such as 2PC(two-phase commit).
The first case which is simply choosing another DB will be handled as follows:
1. Define additional DataSource (context-datasource.xml)
2. Define additional sqlMapClient (context-sqlMap.xml)
3. Add AbstractDAO
4. Implement development DAO (Inherit added AbstractDAO)
The second case which is global transaction will be implemented with JTA of WAS. The attached file will explain the configuration and how to apply. (including JEUS case study)