InfoQ

Topic/Tag specific view

Design Patterns Content on InfoQ


Latest featured content about Design Patterns

Erich Gamma Discusses Jazz, Eclipse, JUnit and Design Patterns

Community
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.

News about Design Patterns

.NET Chain of Responsibility Library

Community
.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.

Gartner: Emerging SOA Patterns in the Enterprise

Community
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

Articles about Design Patterns

Bridging the gap between BI & SOA

Community
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.

Incorporating Enterprise Data into SOA

Community
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...

Interviews about Design Patterns

Randy Shoup Discusses the eBay Architecture

Community
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.

Cédric Beust discusses Designing for Testability

Community
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.

Presentations about Design Patterns

Patterns for securing architectures

Community
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.

Ajax and design patterns : Do we need a client tier?

Community
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.

Books about Design Patterns

Domain Driven Design Quickly

Community
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.

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.