Andrew Donoho
SESSION(S): A RESTful Architecture for Cocoa: Pragmatic and Robust Code
Even though Apple has an excellent networking framework, writing networking code is still difficult. How do you fit an asynchronous network programs into Cocoa and Cocoa Touch? This talk will describe a pragmatic architecture to mesh the two worlds. In specific, we will walk through architecture diagrams followed by a one-to-one mapping onto code. Along the way, I will identify key open source projects that will make this process straightforward. You will learn about NSOperationQueues and blocks, REST stacks, OAuth authentication, JSON parsers and, finally, network reachability.






