InfoQ Homepage Architecture & Design Content on InfoQ
-
Persistent Data Structures and Managed References
Rich Hickey talks on identity, state and values. He explains how to represent composite objects as values and how to deal with change and state, as it is implemented in Clojure.
-
Three SOA Case Studies - Understanding What to Use and Where
Paul Fremantle presents 3 case studies of organizations which decided to implement SOA. He details on design, architecture, technologies used, and lessons learned during the process.
-
What's New and Exciting in JPA 2.0
JPA 2.0 adds in many things which were missing in JPA 1.0. This talk covers features like advanced locking, enhanced query language, expression/criteria API and more advanced O/R mapping support.
-
TDD in a DbC World
After presenting some basics of Design by Contract using Microsoft’s SpecSharp framework, Greg Young explains how we can keep the Test First mentality in a Contract First world.
-
Computing Strategy in the Cloud Era
Lew Moorman is an advocate of the cloud. For him the Cloud is a movement and a technology, the Cloud is for everyone but not for everything, and the Cloud should be part of a computing strategy.
-
Transforming the Reconciliation Process
Brian Oliver explains what the Reconciliation Process is, why the current approach to reconciliation based on client-server is no longer suitable and how data grids and events might help.
-
RESTful Approaches To Financial Systems Integration
Kirk will present the advantages of a RESTful architecture to develop integrated systems in the financial services arena; leveraging infrastructure, skills, and systems already in place.
-
A perception index and its square peg adapter
This presentation addresses aligning and understanding development priorities in terms of business value. Replacing traditional ROI measurements with a "Perception Index" and "Square Peg Adapter."
-
Failure Comes in Flavors - Stability Anti-patterns
Michael Nygard encourages us to have a failure oriented mindset. He presents many anti-patterns leading to systems instability and failure, accompanied by design patterns that should be used instead.
-
Radical Simplification Through Polyglot and Poly-paradigm Programming
This presentation attacks the problem of software complexity and how various modularity paradigms (e.g., object, functions, aspects) simplify complexity and help separate concerns.
-
Implementing REST Web Application Architectures
This presentation addresses the support for REST in Spring MVC from the perspective of a web application developer, including: URI templates, content-negotiation, and other RESTFul concepts.
-
Integration Tests Are a Scam
Integration tests are a scam, they burden you with long-running, fragile, hard-to-understand test suites. Learn the two-pronged attack that solves the problem: collaboration tests and contract tests.