4.8. Web Services Design Patterns

The term Design Patterns is now a buzzword that denotes some reusable framework or objects. Design Patterns show a structure that can be applied if certain conditions are met. They are best practices and are accumulated from past implementation experience.

The early use of the term by the so-called Gang of Four (Gamma, Helm, Johnson, and Vlissides) describes the relationship of objects and components in application design in the categories of creational patterns (for example, factory methods), structural patterns (for example, facade, proxy) and behavioral patterns (for example, observer, visitor). Here, the Web Services design patterns lean toward structural design pattern, in the context of deploying an end-to-end ...

Get J2EE™ Platform Web Services now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.