Use of Proxies in ExtJS
I'm a little confused after reading some of Sencha's doc's.
From what I've read, ExtJS places proxies between models/stores and
client/server. Now, say I have a store that needs to load data that could
be located in a local cache, or HTML5-LocalStorage, and if not needs to
GET from a server. Do I configure a single proxy that manages this (which,
in my opinion is a nice, clean, separation of concerns), or separate
proxies per source.
Any clarification is apprecaited
No comments:
Post a Comment