Meta
Categories
Tags
Monthly Archives: March 2008
Extending Ext.data.Record to support inheritance for domain types
As I’ve previously blogged about, the JavaScript framework ExtJS provides an excellent support for developing models in Controller-Model-View architectures in web-browser client applications. One of the tools Ext provides is the function Ext.data.Record.create: using this one can easily create constructor … Continue reading
Posted in General
Leave a comment
Client/Server Web-apps — the model (Part I, Section II)
Client/Server Web-apps — the model