Advertisement
Membership
Login
ACCU Buttons
Browse in : | > Topics |
- ACCU magic
Description :
This final part of the series will step outside the domain of standard C and investigate a pattern for event-driven applications. The REACTOR pattern decouples different responsibilities and allows applications to demultiplex and dispatch events from potentially many clients.
by Adam PetersenCategory: [ CVu Journal Vol 17, #5 - Oct 2005 | Design of applications and programs ]
Description :
Before I start, this is going to be fun. Understand? Fun. Not dull, but fun. I intend writing this in a banana suit with my feet in a bucket of warm rice pudding[1]. That's how much fun it's going to be!
by Paul F. JohnsonCategory: [ CVu Journal Vol 17, #5 - Oct 2005 | Programming Topics ]
Description :
J2SE 5.0 has been available for download since the end of 2004. This new release included many changes and enhancements to the Java platform such as speed and stability. Additionally, some changes were made to the Java language itself.
by Dave SalterCategory: [ CVu Journal Vol 17, #5 - Oct 2005 | Programming Topics ]
by Kevlin Henney
Category: [ Overload Journal #69 - Oct 2005 | Design of applications and programs ]
by William Hastings
Category: [ Overload Journal #69 - Oct 2005 | Programming Topics ]
by Bryce Kampjes
Category: [ Overload Journal #69 - Oct 2005 | Programming Topics ]
by Peter Hammond
Category: [ Overload Journal #69 - Oct 2005 | Programming Topics ]
Description : The way that one goes about developing and delivering a software project depends critically on the scale of the project.
Discuss. by Alan Griffiths
Category: [ Overload Journal #68 - Aug 2005 | Project Management | Journal Editorial ]
Description :
The Delegate type is a powerful feature of C#. This article introduces delegates, and shows how they can be used to solve a common problem: ensuring that a series of database updates occur as a single operation by use of a transaction.
by Matthew SkeltonCategory: [ CVu Journal Vol 17, #4 - Aug 2005 | Programming Topics ]
by Jasmin Blanchette
Category: [ CVu Journal Vol 17, #4 - Aug 2005 | Programming Topics ]
Description :
This part of the series will highlight another principle for dependency management and illustrate how both of these principles may be realized in C using the OBSERVER pattern.
by Adam PetersenCategory: [ CVu Journal Vol 17, #4 - Aug 2005 | Design of applications and programs ]
by Phran Ryder
Category: [ CVu Journal Vol 17, #4 - Aug 2005 | Project Management ]
Description : Agile methods need to include stakeholder metrics in order to ensure that projects focus better on the critical requirements, and that projects are better able to measure their achievements, and to adapt to feedback. This paper presents a short, simple defined process for evolutionary project management (Evo), and discusses its key features. by Tom Gilb
Category: [ Overload Journal #68 - Aug 2005 | Project Management ]
by Roger Orr
Category: [ Overload Journal #68 - Aug 2005 | Programming Topics ]
Description : In spite of the attention given to object-oriented development, TDD and modern testing frameworks, it is worth understanding how and why unit testing has an important role to play in general, regardless of the technologies or broader development philosophy involved. This article walks through a simple example, highlighting some of the motivation behind basic unit testing and the practices involved but without following through into TDD. by Kevlin Henney
Category: [ Overload Journal #68 - Aug 2005 | Programming Topics ]
Description : Interface classes are a principle mechanism for separating a class' interface from its implementation in C++. I wrote an introduction to interface classes in a previous article. In this article, I intend to explore interface classes - and their implementation classes - further. by Mark Radford
Category: [ Overload Journal #68 - Aug 2005 | Programming Topics ]
Description : This article discusses a C++ scheme for accessing hardware registers in an optimal way. by Pete Goodliffe
Category: [ Overload Journal #68 - Aug 2005 | Programming Topics ]
Description :
In this article I present a series of thought provoking questions based on some topics that I've covered in past issues.
by Pete GoodliffeCategory: [ CVu Journal Vol 17, #3 - Jun 2005 | Project Management ]