My favorites | Sign in
Project Home Wiki Issues Source
Search
for
Introduction  
Introduction to REST Notes
Updated Oct 5, 2010 by miguel.arroz@gmail.com

Introduction

REST 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:

  • WebObjects 5.3.3 or newer
  • Wonder frameworks (including ERRest). I'm using SVN revision 10908, anything newer than that should work fine.
  • XCode 3.2.4 with iPhone SDK 4.1 installed. You need to have an active developer license if you want to run the app on your physical device. Anyway, the simulator should do just fine.

Now to the important stuff:

Comment by project member pascal.p...@gmail.com, Oct 5, 2010

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).


Sign in to add a comment
Powered by Google Project Hosting