ExtJS - How to use Proxy, Model? How are they related?
I've been trying to learn to work with Models and Stores. But the proxy bit is confusing me a lot. So I'm going to list out my understanding here - please point out the gaps in my understanding. My understanding Models are used to represent domain objects. Models can be created by ModelManager, or by simply using the constructor Models are saved in Stores Stores may be in memory stores, or can be server stores. This is configured using Proxy. Proxy tells the store how to talk to a backing store - be that a JSON array, or a REST resource, or a simply configured URL via ajax. Stores are