Archive for March, 2008

Extending Ext.data.Record to support inheritance for domain types

Tuesday, March 18th, 2008

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 functions for domain concepts. For example, in our room-booking application, ...

Client/Server Web-apps — the model (Part I, Section II)

Saturday, March 8th, 2008

Client/Server Web-apps -- the model