I have a web server that I need to login to, pull data from, and then sync the data to a local sqlite db. I'm trying to figure out how to handle that. I'm not sure if it should be a web service, a model, model view, and a database that work together, or if I should try and combine them. Anyone have any suggestions on how I should go about this correctly?
↧