The Coad Series is a collection of practical guides published in the
last decade, covering the topics 'from the trenches' on software design
and process. They are listed here for completeness rather than as any
sort of recommendation.
|
|
Enterprise SOA: One of the best books I've read on the subject. I particularly like the categorisation of services into basic, intermediary, process-centric and public enterprise services. Refered to extensively during recent work at BT. Book site: www.enterprise-soa.com |
|
Streamlined Object
Modeling: Jill Nicola and Mark Mayfield are previous co-authors of Peter
Coad. In this book they describe and explore 11 elemental OO domain
model patterns. Interesting to compare and contrast with Peter
Coad's Java Modeling in Color with
UML. Book site: www.streamlinedobjectmodeling.com |
|
A Practical Guide to
Feature-Driven Development Feature-Driven Development is a pragmatic, agile development process. It differs from other agile process in that it promotes upfront domain object modeling, code ownership and the use of design and code inspections. Book site: www.step-10.com/... |
A Practical Guide to eXtreme
Programming Feature-Driven Development chooses dynamically formed feature teams to minimize delays caused by one developer waiting for another to update their code. eXtreme Programming chooses the other option, collective code ownership. |
||
|
Agile Management For Software
Engineering David Anderson worked on the original Feature-Driven Development project in Singapore with Jeff De Luca, Peter Coad, and myself. David's book examines software development from the perspective of the theory of constraints. He analyses the most popular agile approaches to software development using these ideas. Book site: www.agilemanagement.net |
Better Software
Faster The only book to date that examines the impact of Borland Together's LiveSource technology on the software development process. Now considerably out of date, but the principles are still as valid now as they were when published. Book site: www.bettersoftwarefaster.com |
||
|
A Practical Guide to
Enterprise
Architecture One of the later additions to the series |
Test-Driven Development: A Practical
Guide One of the later additions to the series. |