Tag mvc

Tag mvc


Showcase

TicTacToe


Find below two examples of the popular tic-tac-toe game. I’ve made a single and a multi-module version to showcase you have the free choice to make your aplication as much scaled as you want. If you need, you can go for really module oriented implementation, but if you just want a simple game, without DSL, modules and all the crazy structures, you can just make a simple MVC implementation in one module.

Read more »
Showcase

Flickr Gallery - MDVC (Experimental)


This is a simple example using hexMachina to load images from Flickr and display them. It uses a hexMachina’s ICompletable API and is based on a MDVC architecture.

Read more »
Showcase

Flickr Gallery - MVC


This is a simple example using hexMachina to load images from Flickr and display them. It uses hexMachina’s classical MVC implementation.

Read more »
Design

Classical MVC Module Event mechanism


MVC was always a hype since the years 70’, and hexMachina also have a classical implementation for this actitectural pattern. Let’s see how it looks like in practice.

Read more »