I'm building a multi-tier application in JavaScript. This is implementing the Model View ViewModel pattern to keep as much of the code generic as possible, while allowing for customizations in both the UI and data layers for specific browsers and data access methods such as a local SQLLite database or calls to the server. I'm using code-generation to create my models, but need a good way to create the Controllers, Views, and ViewModels. I had been using a simple template, but cutting, pasting and repl...
|
1
peeps |
|
|||
No comments yet, be the first one to post comment.