Emmanuel Hugonnet's Library tagged → View Popular
Configuring Hibernate and Spring for JTA | Xebia Blog
This blog addresses a problem in a configuration that is fairly common: use Spring for transaction management on top of a JTA provider and use Hibernate for persistence. Transaction demarcation is easy and declarative with Spring. The problem is that Hibernate sometimes needs to detect the current transaction and this needs to be configured. This leads to hard to detect bugs in applications that rely on auto flushing.
Atomikos Transaction Processing Products
It is a transaction processing engine. You can integrate different databases, queues and applications while still preserving correctness of your data (even in the presence of crashes).
XA transactions using Spring
This article focuses on distributed transactions using the JTA and will elaborate on how distributed transactions (XA) can be used in a standalone java application, without a JEE server, using Spring and different open source JTA implementations.
Specify custom isolation levels with the Spring framework
If you're building an application that requires a custom isolation level in a global transaction you've probably found out that JTA doesn't support custom isolation levels. Spring lets you design applications that use this.
java.net: JOTM Transactions In Spring And Hibernate
Any enterprise-class application that interacts with db needs to take care of transactional integrity across db and components. Typically you achieve this either by using the heavy plumbing of application servers or by leveraging the JTA at code level.
XA Exposed, Part I
The following is Part I of my magnum-opus on how the innards of 2 Phase Commit works in a J2EE environment. The focus here is on the interaction between XA resources, like JMS providers, JCA adapters, and JDBC drivers, and the transaction manager, which i
"Transactional J2EE Apps with Spring"
In this multimedia presentation from BeJUG, Guy Pardon details writing a transactional J2EE application with Spring, detailing the Spring framework itself and how transactional applications can be configured and deployed.
JTA JOTM usage - Cookbook - Confluence
This cookbook describes how to setup global transactions using Spring's JtaTransactionManager, JOTM, a RDBMS and the ActiveMQ JMS provider. Since all configuration takes place in Spring context files (so no need for JNDI), and JOTM is a standalone global
JCA support of Spring
The aim of this article is to describe the use of Jencks (http://jencks.org). It is based on the version 1.1.1 of the project.
This project allows application to use the transaction and connector modules with the JCA support of Spring in order to use JCA
Integrating JOTM into Tomcat 5.5.x and configuring 2PC with Spring
As far as I know, the only way to configure 2-phase commit in Tomcat is to integrate a 3rd party Transaction Manager. In J2EE terms, this is better known as a JTA Transaction Manager. The only one I know of that integrates with Tomcat at this time is JOTM
How to use JDBC and transactions in Tomcat with JOTM
This howto is intended for Servlet/JSP developers using Tomcat wanting to take advantage of distributed transactions when using JDBC code in their servlets
ONJava.com: J2EE Without the Application Server
J2EE-based applications have become very successful in the enterprise market, despite the notorious complexity of both the J2EE platform (the application server) and its proposed programming model (Enterprise JavaBeans, or EJB). Thanks to modern notions l
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in jta
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
