I’ve just uploaded some code derived from the Objective-C wrapper I’ve shown in this post. You can find it in the “Projects” section, as usual and it’s simply a wrapper around the URL loading system of Cocoa, both for Macs and iPhones, providing a custom delegate protocol, so that you can handle the events raised [...]
REST and Objective-C, again
October
18,
2008
Cocoa · Code · iPhone
Add Your Comment (3)
Objective-C REST Client (Objective-C, 2008)
October
18,
2008
Version: 1.0
Author: Adrian Kosmaczewski
Date: October 18th, 2008
Programming Languages: Objective-C
Tools: Xcode
Platforms: Mac OS X 10.5 “Leopard” (PowerPC & Intel), iPhone OS 2.0
Download (Leopard): restwrapper.zip
Download (iPhone): iphonewrappertest.zip
License: None, public domain, whatever you want :)
This is an Xcode project, showing an Objective-C class (called Wrapper) which can be used to interact with remote REST web services. It [...]
Whatever
Comments Off
A Watch - from an OOP perspective
July
13,
2008
A watch might be one of the most common types of objects, but it remains also one of the earliest pieces of human craftmanship to show an extreme level of complexity, all contained in a small amount of space. Since the late 1700s, artisan watchmakers in Switzerland and elsewhere have shown their pride and skills [...]
Papers · Software
Add Your Comment
REST + HTTP (Basic + Digest) Authentication support for Django’s test Client class
March
5,
2008
Django has a nice support for unit and functional testing; however, its django.test.client.Client class does not support PUT and DELETE requests, which might be useful if, like me, you’re doing some kind of REST implementation using that framework. There’s an open ticket about it, but for the time being, here’s my wrapper that supports those [...]
Django · How to?
Add Your Comment (3)
Simultaneously
October
31,
2007
Incredible. I just came accross this blog called “One Month App”. The guys from Clear Function have been working on Pulse, a web-based application, more or less at the same time as I was working on Parking Friend (from the end of September to mid-October)! Their design is nicer than mine, though :)
It [...]