InfoQ

Topic/Tag specific view

Transactions Processing Content on InfoQ


Latest featured content about Transactions Processing

Mark Little on Transactions, Web Services and REST

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

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.

News about Transactions Processing

Software Transactions: A Programming Language Perspective

Community
Architecture
Topics
Transactions Processing

Erlang has recently generated a lot of interest as a language that can deal both efficiently and elegantly with concurrency. In particular, there is no shared memory between "process" instances which only communicate via asynchronous messages. Nevertheless, Shared Memory Concurrency remains an intense research subject especially for multicore applications.

Should developers write their own transaction coordination logic?

Community
Architecture,
SOA
Topics
WS Standards,
Transactions Processing,
Web Services,
Choreography,
Business Process Management

In a recent discussion Mark Little and Greg Pavlik discuss whether transaction coordinators and transaction protocols are necessary in the context of widely distributed units of work. Isn't the knowledge of state alignment patterns enough?

Articles about Transactions Processing

Spring 2.0: What's New and Why it Matters

Community
Java
Topics
AOP,
Web Frameworks,
Transactions Processing

Spring co-founder Rod Johnson provides the definitive article on the motivations behind and uses of the new features in Spring 2.0. This first article covers the Spring core container, XML configuration extensions, AOP enhancements and Java 5-specific features.

An Update on Spring 2.0 Final

Community
Java
Topics
Transactions Processing,
Application Servers

Spring 2.0 was initially supposed to come out in June/July, why the delay? InfoQ interviewed the Spring team - based on massive community feedback, the team has chosen to delay the launch to Sept 26th in order work on asynchronous JMS capabilities, JPA, the new JSP form tag library, OSGi integration, documentation, and backwards compatibility.

Interviews about Transactions Processing

Dan Pritchett on Architecture at eBay

Community
Architecture
Topics
Transactions Processing,
Performance & Scalability,
Enterprise Architecture,
Database Design

Dan Pritchett gives us an inside look into the decisions behind on of the largest scale architectures in the world: eBay. In explaining how the scale of eBay turns simple requirements a complex engineering problem, he walks us through the technical and organizational challenges of managing eBay's architecture.

Rob Harrop and Juergen Hoeller on Spring 2

Community
Java
Topics
Transactions Processing,
Application Servers

Spring core developers Rob Harrob and Juergen Hoeller talk about what, why, and how of the new features in Spring 2, including XML configuration, custom tags, AspectJ integration, and migrationg to Spring 2. The interview also discusses how to use Spring on large scale projects, common pitfalls with using Spring, and Spring MVC vs. other frameworks. Recorded at the Javapolis conference.

Presentations about Transactions Processing

Voca, UK's largest payment processing engine running Spring

Community
Architecture,
Java
Topics
ESB,
Enterprise Architecture,
Transactions Processing

In this presentation from QCon London, William Soo and Meeraj Kunnumpurath discuss the Voca transaction processing system architecture, the previous Mainframe-based architecture, architectural challenges and requirements, the new Spring and J2EE-based architecture, upcoming challenges for Voca, and technologies to watch for in the future.

Transaction Management Strategies in Mission Critical Applications

Community
Architecture,
Java
Topics
Performance & Scalability,
Transactions Processing

A core part of Spring's middle tier support is the transaction management support. This session presents several interesting "mission critical" cases and shows you how to properly handle them using transactions driven by Spring 2. You'll learn the ins-and-out of the "dark art" that is transaction management within a high-volume mission-critical JEE application.

Books about Transactions Processing

Java Transaction Design Strategies

Community
Java
Topics
Transactions Processing

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.