InfoQ

InfoQ

Topic/Tag specific view

Transactions Processing Content on InfoQ


Latest featured content about Transactions Processing

New-age Transactional Systems - Not Your Grandpa's OLTP

Topics
Transactions Processing,
Operations

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

News about Transactions Processing

Bridging Transactions from Java EE to .NET

Topics
Transactions Processing,
Java

Bill Heinzman spoke at the recent JavaOne conference about bridging cross-platform transactions between enterprise Java and .NET applications. He also discussed the technologies that provide distributed transactions using standards like WS-Atomic Transaction and WS-Coordination and direct bridging using a shared-memory, Java Virtual Machine (JVM)-to-CLR implementation.

JNBridge Brings Distributed Transactions Across Java and .NET Code

Topics
Transactions Processing,
Java,
.NET,
Interop

JNBridge is a technology that allows Java and .NET code to share objects without relying on cross-compilers. Under this scheme, the JVM and CLR may be running on the separate machines, separate processes on the same machine, or even in the same process. With JNBridge 5.0, these capabilities have been extended to also support each platforms native transaction support.

Articles about Transactions Processing

A Discussion with Allard Buijze on CQRS with the Axon framework

Topics
Enterprise Architecture,
Enterprise Application Blocks,
Spring Integration,
Transactions Processing,
Java,
Architecture,
Event Driven Architecture,
Domain-Driven Design

The Axon framework is a Java implementation of the Command and Query Responsibility Segregation. InfoQ talked with its creator, Allard Buijze, to find out more.

Eight Isolation Levels Every Web Developer Should Know

Topics
Transactions Processing,
Architecture,
Performance & Scalability

In this article, James Leigh takes a look at eight different isolation levels that can be utilized within a web application, and explores the pros and cons of each level of isolation, ranging from read uncommitted to serializable consistency - the interactions between transactions at different isolation levels is also looked at.

Presentations about Transactions Processing

Transactions without Transactions

Topics
Transactions Processing,
NoSQL,
Architecture

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Does REST Need Middleware?

Topics
Security,
Transactions Processing,
Workflow / BPM,
REST,
Messaging,
SOA

Bill Burke shows how to use REST to create interfaces to middleware services – messaging, transactions, workflow, security – in order to have RESTful enterprise SOA implementations, and what are the limitations of REST.

Interviews about Transactions Processing

Eric Evans Interviews Greg Young on the Architecture of a Large Transaction System

Topics
Transactions Processing,
Architecture,
Domain-Driven Design

Eric Evans, the author of Domain Driven Design, interviews Greg Young about the architecture implemented for a system processing tens of thousands of transactions per second. It's not just the sheer number of transactions that is challenging, but the time constraints imposed are those specific to real-time systems. Greg reveals some of the architecture elements of the system's design.

Mark Little on Transactions, Web Services and REST

Topics
Transactions Processing,
WS Standards,
Web Services,
REST,
SOA

In this interview, recorded at QCon London 2008, Red Hat Director of Standards and Technical Development Manager for the SOA platform Mark Little talks about extended transaction models, the history of transaction standardization, their role for web services and loosely coupled systems, and the possibility of an end to the Web services vs. REST debate.

Books about Transactions Processing

Java Transaction Design Strategies

Topics
Transactions Processing,
Java

Java Transaction Design Strategies shows how to design an effective transaction management strategy using the transaction models provided by Java-based frameworks such as EJB and Spring. Local, programmatic, declarative, and XA models are explained; the book concludes with a set of design patterns show how to effecitvely use these models.