I try to learn this framework for a month, and I always stack somewhere, and 
now I need help.
What I know: to make view, to make mediators, to make commands..
But, I don't understand proxy at all.
First what should be there. I think that this is the place where I store 
service call methods and keep returned data from server so I can use that data 
through every part of application (just to grab them). Ok, maybe I am ok with 
this, but I don't know how to implement this :(. 1) What should I do/type to 
store data in proxy and in what var? Is there any special var?
2) How to get specific data from proxy?
3) What is the connection between commands and proxy
4) If I have User Proxy with ability to log in user, log out user, display user 
name, display user details... should I put all this in one proxy or make 
separate:
loginProxy
getUserNameProxy
userDetailsProxy
etc.

Please help me to understand this framework, I am crying :(`

Thanks, for any answer

Reply via email to