Design Patterns Content on InfoQ
Latest featured content about Design Patterns

- Architecture,
- Java
- Topics
- Object Oriented Design,
- Collaboration,
- Artifacts & Tools,
- Unit Testing,
- IDE,
- Programming
In this interview from QCon London 2008, Erich Gamma discusses the Jazz project, why Eclipse has been successful, the strict Eclipse release schedule, JUnit, Design Patterns, how to identify a design pattern, design patterns and the 'Don't Repeat Yourself' principle, the design pattern community, and whether dependency injection is a design pattern.
-
By Erich Gamma
on Sep 16, 2008,
News about Design Patterns
- .NET
- Topics
- Object Oriented Design,
- Loose Coupling,
- .NET Framework
Chain.NET (a.k.a. NChain) is an implementation of Chain Of Responsibility design pattern for .NET and Mono platforms. Version 0.1 combines standard CoR design pattern with Command design pattern with the goal of bringing increased convenience and flexibility in command processing solutions.
-
By Al Tenhundfeld
on Sep 18, 2008,
- SOA
- Topics
Gartner analysts have observed increased adoption of the following 5 SOA design patterns
* Multi-channel Applications
* Composite Applications
* Business Process Orchestration
* Service Oriented Enterprise
* Federated SOA
-
By Dilip Krishnan
on Aug 08, 2008,
Articles about Design Patterns

- SOA
- Topics
- Web Services,
- Data Warehousing
Business intelligence (BI) and service-oriented architecture (SOA) have conflicting principles and needs. SOA promotes hiding the data inside the services while BI needs that very data if we want to get meaningful predictions and alerts. This article will show you how you can combine SOA with EDA to solve the BI/SOA conflict and maybe even enhance your SOA.
-
By Arnon Rotem-Gal-Oz
on Jul 10, 2007,

- SOA
- Topics
- Data Access
The majority of today's SOA design techniques are centered around definition of services. They use service-oriented decomposition, based on the business processes, enterprise business/functional model, required long term architectural goals and reuse of the existing enterprise functionality. This article takes a more data centric approach...
-
By Boris Lublinsky
on Nov 22, 2006,
Interviews about Design Patterns

- Architecture,
- SOA
- Topics
- Fault Tolerance,
- Design,
- Search,
- Performance & Scalability,
- Enterprise Architecture,
- Grid Computing
In this interview from QCon San Francisco 2007, Randy Shoup discusses the architecture of eBay. Topics discussed include eBay's architectural principles, horizontal and vertical partitioning, ACID vs. BASE, handling data inconsistency, distributed caching, updating eBay on the fly, architectural and coding standards, eBay's search infrastructure, grid computing, and SOA.
-
By Randy Shoup
on Jun 05, 2008,

- Java
- Topics
- Software Testing,
- Unit Testing
In this interview from QCon San Francisco 2007, Cédric Beust discusses designing and architecting for testability, problems that hinder testability, test-driven development, the "Next Generation Testing" book, performance testing recipes, and testing small, medium and large codebases.
-
By Cédric Beust
on Apr 28, 2008,
Presentations about Design Patterns

- Architecture
- Topics
- Security,
- Design
Security is all about trade-offs you make with your always limited resources, often a problem when designing a system or an after-thought. Only a few have the expertise to design good security and most development teams have no security expert. This talk focuses on Security Patterns for designing security in architectures, such as Role-based Access Control, Single Access Point, and Front Door.
-
By Peter Sommerlad
on Apr 30, 2008,

- Architecture
- Topics
- Javascript,
- Web 2.0,
- Rich Internet Apps
An Ajax application can go for several hours without leaving the original page. In this talk, Dave Crane explores ways to apply design patterns to the client tier, and how the use of patterns compares with the server-side. He examines the tension between maintaining server-control and delegating control to the client, and looks at the pros and cons of each architecture with real-world examples.
-
By Dave Crane
on Mar 20, 2008,
Books about Design Patterns

- Architecture,
- Agile
- Topics
- Domain Specific Languages,
- Customers & Requirements,
- Methodologies
Domain Driven Design is a vision and approach for designing a domain model that reflects a deep understanding of the business domain. This book is a short, quickly-readable summary and introduction to the fundamentals of DDD; it does not introduce any new concepts; it attempts to concisely summarize the essence of what DDD is, drawing mostly Eric Evans' book, as well other sources since published such as Jimmy Nilsson's Applying Domain Driven Design, and various DDD discussion forums.
-
By InfoQ.com
on Dec 08, 2006,

- 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.
-
By Mark Richards
on May 14, 2006,