Re: RequestFactory and offline clients

2012-03-08 Thread Thomas Broyer
Throwing out ideas: - you can tell network errors from server errors at the RequestTransport level: server errors go through response received, while network errors go through onError. If you can work offline thogh, I'm not sure you should differentiate them: Receiver#onFailure shou

RequestFactory and offline clients

2012-03-08 Thread Gilad Egozi
Hello, I'm trying to create an application which is able to work even when network is down. The idea is to store data returned from RequestFactory on the localStorage, and to use localStorage when network isn't available. My problem - I'm not sure exactly how to differentiate between server err