As re-read McConnell's book "Code Complete" 2nd version and the notes at
http://cc2e.com/Default.aspx?hid=337, I have been thinking about design patterns like the 23 patterns from the Gang of Four, Head First and Enterprise Patterns, SOA patterns, etc. and patterns in Java. Ths data and object factory at
http://www.dofactory.com/Patterns/Patterns.aspx has a good discussion on each pattern for C# and examples of Java for these can be found at
http://www.javacamp.org/designPattern/ . Furthermore, the former site has an easy-to-follow guide for .NET 3.5 architects with their WCF Hosting and Services for SOA and Messaging Design patterns such as Cloud Facade, Document-Centric, Message-Router, etc. at
http://www.dofactory.com/Framework/Framework.aspx. Their patterns in action with building 3 tier applications is very instructive. These patterns provide excellent insight into effective design and provide a good supplement to the ideas discussed in "Code Complete".
No comments:
Post a Comment