MVC

MVC based Flex Gizmo

Some time back I had created this Histogram sample in Flash. This uses MVC to create two different views from the same data.

Today, thought of converting it to a Flex (Flash Builder) Project. Flex sample is uploaded here - http://www.shivolve.com/webdevign/flashplatform/histogram/bin-release/Gizmo.html

To view the source code, right click the application and then click View Source.

Software Design Patterns

MBS pattern can be mapped to software programming design patterns suggested by GoF as below.

  • Mind -> Behavioral Patterns
  • Body -> Structural Patterns
  • Soul -> Creational Patterns

MVC design pattern can be refactored into MBS as below.

Subscribe to RSS - MVC