2009
2007
2006
2005
Design patterns
Design patterns form a cohesive language that can be used to describe classic solutions to common object oriented design problems. These patterns enable us to discuss systems of objects as quasi-encapsulated entities. By using design patterns to solve p
Null Object
A Null Object can be useful in recursive structures, typical of CompositePattern. But it is also useful in other contexts too. For example, it's commonly used in StrategyPattern (where no particular strategy is needed).
Design Patterns
Design patterns are recurring solutions to software design problems you find again and again in real-world application development. Design patterns are about design and interaction of objects, as well as providing a communication platform concerning elega
Ruby: ExampleDesignPatternsInRuby
Examples of design patterns implemented in Ruby, a topic suggested by HughSasse.
Apprendre REST - un style d'architecture du Web
REST est un style architectural permettant de développer des applications Web. Vous trouverez dans ces pages un ensemble de ressources pour pouvoir développer vos services Web en respectant ce style d'architecture.
1
(17 marks)







