Archive for the ‘Database’ Category

The First London Spring User Group Meeting Videos

Monday, June 2nd, 2008

Patterns of and Solutions to Challenges of Offline and Batch Processing

Dr. David Syer, of Spring Source, presented his JavaOne 2008 talk at the meeting.

Dave explored the boundary between what is classified as a batch and what is not and shows that it can be blurred for business or technical reasons.

Offline processing is a feature of almost all IT projects of any size. Often there is a natural business reason to group items for processing, and this is where offline processing becomes a batch job. There are also legitimate technical reasons for batching items for processing to enhance performance and throughput. In both cases, the delivery of such systems presents challenges.

Dave’s talk explored the boundary between what is classified as a batch and what is not and shows that it can be blurred for business or technical reasons. The session concentrates on the challenges of increasing throughput in crucial high-volume business environments and explains how a range of patterns has emerged to help address those challenges. Then it takes a look at the Java™ programming language and available tooling to see how they provide a good platform for enabling efficient batch processing. It uses examples from real-life applications throughout.

Reliable database/messaging transactions without 2PC

Rob Purcell and Manoj Bajaj of UBS will give a talk on, reliable database/messaging transactions without 2PC.

Practical use of Spring in the real world – A case study in Central Government

Jan presented on the practical use of Spring in the real world, using a case study describing a well received central government enterprise level Java and Spring based application, BIM. The Service Orchestration part of this project has been donated back to the Spring team.