I had gone through a lot of docs and blogs but still not clear of how flow happens in ExtJs MVC (with JSON data). Below are the doubts which I have.
What is the use of Extjs Model. I know that it can be used for validation and association but is there any specific use of it and when to use it.
What is the difference between an Extjs Model and Store.
I know that the events are basically written in the controller of Extjs. So, if I click a save button in the UI, how should I explain the process a) Should I say that, on save the data is fetched from the store by the controller event and transferred to the spring controller or the data is fetched from the model
What would be the right place to use the proxy to get the data, is it model or store?
Please help me understand the concepts cearly...