PDA

View Full Version : Ext and Designing HTML-free Client/Server Web-Applications



krukow
14 Mar 2008, 9:49 AM
Hello everyone,

I am currently writing a series of blog postings, where I express some ideas concerning JavaScript clients in web applications. I am posting here for several reason:
There are a lot of smart people here, and I'd like to hear their take on my ideas and writing.
I use ext extensively, and I'd like to contribute to the community by giving other Ext users input on how one can leverage Ext in client application design (something that comes up often in forums)
I'm praising Ext (very) much in the series :) The conclusion reads: I highly recommend ExtJS in developing this type of client application. Ext is extremely useful in M(odel), V(iew) and C(ontroller); for this posting we focused on M, where the Ext features support for:
concise definition of domain concepts using Ext.data.Record
client caches (collections) of domain objects, asynchronously linked to a server backend, i.e., Ext.data.Store, Ext.data.HttpProxy
observer/observable design pattern: Ext.util.Observable
XML and JSON parsing and mapping to domain concepts (Ext.data.JsonReader, Ext.data.XmlReader)
and of course Ext itself is highly extensible and event basedThe blog is:
http://higher-order.blogspot.com

The first Ext-specific posting is:

http://higher-order.blogspot.com/2008/03/clientserver-web-apps-model-part-i.html


If you have the time and interest, have a read and feed back!

- Karl

NOSLOW
14 Mar 2008, 2:52 PM
Great stuff! There's a lot to digest, but you do a good job explaining it. Your blog will really help me advance my javascript abilities. Thanks for sharing.

krukow
17 Mar 2008, 7:51 AM
Thanks, mate.