|
Introduction
Introduction to REST Notes
IntroductionREST Notes is a sample notes app. Notes are stored on a server, and exposed trough an WebObjects application using the ERRest framework. The iPhone application uses the exposed REST API to create users, login, create, read, edit and delete notes. Please take into consideration this is NOT supposed to be a final product. The interface is ugly, there may be a few bugs, and some stuff isn't as optimized as it can be. I wrote this simply to get the feeling of how to correctly write REST stuff, and make it available for the community. Requirements for you to compile and run this app are:
Now to the important stuff:
|
► Sign in to add a comment
I can confirm that it works fine with WO 5.4.3 and iPhone SDK 4.0 (don't forget to change the target in the iOS project if using SDK 4.0).