Simple code implementation of some architectural patterns

Posted by zSysop on Stack Overflow See other posts from Stack Overflow or by zSysop
Published on 2010-05-23T20:02:27Z Indexed on 2010/05/23 20:11 UTC
Read the original article Hit count: 318

Hi all,

I was wondering if anyone knew of any simple code implementations of the following architectural patterns (in Java or C#):

* Blackboard
* Presentation Abstraction Control (PAC)
* MVC

Thanks in advance

© Stack Overflow or respective owner

Related posts about design-patterns

Related posts about architecture