Fusioncube

The online journey of a technophile, by Steve Brownlee

Archive for the ‘frameworks’ Category

Application Design 201 Granularity is a well-known topic in software development. Another common concept is encapsulation. There's books, magazine articles, and blog posts about these topics going back decades (well, not the blog posts). One...

Related Posts Abstract Commands Basic Cairngorm Commands In the base implementation of the Cairngorm micro-architecture, events and commands are mapped on a 1-1 basis. For every invoker (event) you have to specify one command in your...

Cairngorm++ Call me a junkie, that's fine, but this stuff works. I've said many times in the past that the whole purpose of using design patterns, code frameworks, and application architectures should be to reduce the code I write (as time progresses),...

Purpose My intended purpose for the AbstractCommand class in Cairngorm was two-fold: Implement a callback feature so that a view can specify another action to perform upon the successful completion of an event Make each Command class as lightweight...

Purpose My intended purpose for the AbstractEvent class in Cairngorm was three-fold: Reduce the number of files needed to manage business events by organizing Events into domains Implement a callback feature so that a view can specify another...

About Steve

I am a technologist, and have been ever since 1980 when I got my very first TRS-80 and programmed it to do my math homework. I love to share the gift of technology with others and show them the wonderful things it can do for them, and how they should not fear it, but embrace it.

Latest Tweets

  • 56 Light & Clean Website Designs Using A Minimalist Color Scheme | SpyreStudios http://t.co/vbUBSJC2
  • Ok... stayed up way too late trying out website designs for my wife's new nonprofit. The kids will be getting me u... — http://t.co/QrKh5iBI
  • Am I the only one who likes Google’s new privacy policy? http://t.co/qwcym5wH
  • All that time wasted learning the .NET framework - Fusioncube - http://t.co/krANoWmg
  • @marcesher libraries like Less only do what you tell them. You can make a mixin to do that, but it doesn't assume anything (which is good)

Subscribe

Entries (RSS)
Comments (RSS)