java ee 6 - MyBatis integration with JBoss 7.1 web application -
had attempted use mybatis persistence library jboss 7.1 /java ee6 application?
i'm wondering best approaches handling connections, transations, rollbacks etc?
how cdi support? looking around online seems @ time mybatis supports 2 dependency injection (jsr-330) frameworks, google guice , spring. did run cdi extensions may into.
my idea have container handle of above may difficult getting point.
any tips, hints, experiences?
there new mybatis-cdi module. not released yet, can try snapshot, @ github: https://github.com/mybatis/cdi
Comments
Post a Comment