Results 1 to 3 of 3

Thread: Transaction manager for iBatis

  1. #1

    Default Transaction manager for iBatis

    Hi am trying out using iBatis with Spring. I have some experience with using Hibernate. When using Hibernate there exists a HibernateTransactionManager. However this is not the case with iBatis, so what transaction manager should i use?

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,632

    Default

    Just use the DataSourceTransactionManager.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3
    Join Date
    Jul 2007
    Location
    Juan Les Pins, France
    Posts
    42

    Default

    Refer to the JPetStore samle provided in the spring samples that comes along with the Spring donwload.

Posting Permissions

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