Bruce Wallace has developed a library of JavaScript classes that implement a Model-View-Controller framework
for Web Applications. This page contains links to example files
for articles in the AJAX from Scratch series.
NOTE: These example files were tested on Internet Explorer 6.0 & 7.0, Netscape 6.2 & 7.x & 8.1.2, SeaMonkey 1.1.2-7, Safari 3.0.4., Firefox 3.0.9
|
Source File: grvMicroMVCs.js (single inheritance version) |
Demonstration: Model-View-Controller Concept |
|
Source File: grvMicroMVCm.js (multiple inheritance version) |
Demonstration: Model-View-Controller Concept |
|
Source File: grvMVC.js |
Demonstration: Gravey Model-View Demo (requires IE, Firefox, or Safari) |
| | |
|
Source File: grvMicroMVCx1.js |
Demonstration: Controllers Demo (using single inheritance) |
|
Source File: grvMicroMVCx1.js |
Demonstration: Controllers Demo (using multiple inheritance) |
|
Source File: gravey.css |
Demonstration: Gravey (Styled) Controllers Demo (requires IE for now) |