vote up 2 vote down star
1

Hi,

I'm interested in the Presentation-Abstraction-Control? (aka Hierarchical-Model-View-Controller (HMVC)) Architectural Pattern for constructing complex user interfaces (GUI or web) and was wondering if anyone was aware of any examples in the wild where I could read the code?

My list so far;

  • Cairngorm framework for Adobe Flex
  • any others

I'm aware of the JavaWorld article and associated letters cited in the wikipedia article http://en.wikipedia.org/wiki/Presentation-abstraction-control

flag

56% accept rate

3 Answers

vote up 2 vote down

In the php world, I'm aware of a few methods that might qualify as HMVC. They all allow calling a controller and displaying the results from within a view. The calls can be nested infinitly creating widgets within widgets.

link|flag
vote up 1 vote down

Hi, I wrote an HMVC framework a while back for J2EE and FreeMarker:

http://www.neocoders.com/portal/projects/jandal

and recently another one for Javascript:

http://www.neocoders.com/portal/projects/subo

These are fairly 'experimental', but might be of some academic use.

cheers, Lindsay

link|flag
vote up 1 vote down

It's my understanding that the Cairngorm framework for Adobe Flex is just one example of an HMVC implementation. It's open source, so you can find out more information and download the code at Adobe's website.

link|flag
thanks - thats a really good tip! – Stephen Sep 18 '08 at 20:04

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.