Methodologies
- 181
- Pallene Ltd.
- Offer consulting in process engineering with RUP and OO analysis and design with UML. Located in London, United Kingdom.
- 182
- OO Example Code
- Example using object-oriented polymorphism in object-oriented and non object-oriented programming languages.
- 183
- Objects Have Failed
- By Richard P. Gabriel; OOPSLA 2002 address, Seattle, WA. A paradigm fails when the narrative it embodies fails to speak truth, or when its proponents embrace it beyond reason. (November 06, 2002)
- 184
- The Risks Digest Volume 8: Issue 8
- Bruce Karsh argues that structured programming "is a really bad idea that has been holding back progress for years". Not intentionally humorous. (January 13, 1989)
- 185
- Patterns-Discussion FAQ
- Not being a FAQ in the usual sense the article contains very brief summaries of topics that have been discussed on the patterns-discussion list, in question and answer format.
- 186
- The RAII Programming Idiom
- A tutorial to the use of the RAII idiom; a simple, eloquent and efficient way to deal with many situations where there is a risk of "leaking" memory, failing to release locks.
- 187
- Process Patterns
- Building Large-Scale Systems Using Object Technology. Covers how the object-oriented development process works. Shows a detailed view of the Initiate and Construct phases of OO development, the phases where software is built. By Scott W. Ambler, SIGS Books.
- 188
- Small Memory Software
- By Charles Weir and James Noble. Overview, preface, acknowledgments, table of Contents and archive of the C++ and Java source code for the examples in the book.
- 189
- Design Patterns (book review)
- Design Patterns: Elements of Reusable Object-Oriented Software (review).
- 190
- More Process Patterns
- Delivering Large-Scale Systems Using Object Technology. Discusses how the entire object-oriented development process works. Covers the Deliver phase and the Maintain and Support phase of OO development. By Scott W. Ambler, SIGS Books.
- 191
- Bicycle Repair Man
- Open source refactoring browser for Python that automates refactorings. Named after a super-hero in a Monty Python skit.
- 192
- ReadySET Software Engineering Templates
- Project to produce and maintain a library of reusable software engineering document templates. [Open source, BSD License]
- 193
- Application Facades
- A paper addressing the issue of the relationship between a graphical user interface and the underlying model, by Martin Fowler. [PDF]
- 194
- Be Realistic About the UML: It's Simply Not Sufficient
- Essay on Unified Modeling Language presented as insufficient for developing real-world business applications, by Scott W. Ambler. Includes other resources on Agile Modeling.
- 196
- Using UML for Modeling Complex Real-Time Systems
- A paper discussing real time object oriented modeling, by B. Selic and J. Rumbaugh.