Changes for page Your First Rest Project

Last modified by Steve Peery on 2013/09/06 11:02

From version 42.1
edited by Pascal Robert
on 2012/12/12 08:00
Change comment: There is no comment for this version
To version 41.1
edited by Pascal Robert
on 2012/08/09 05:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -25,7 +25,6 @@
25 25  | title | string(255) |
26 26  | content | string(4000) |
27 27  | creationDate | timestamp |
28 -| lastModified | timestamp |
29 29  | author | integer | relation with Author
30 30  
31 31  Author will have the following columns:
... ... @@ -432,4 +432,4 @@
432 432  
433 433  Save the component and run the app. Go to [[http://192.168.0.102:52406/cgi-bin/WebObjects/BlogRest.woa/ra/blogEntries.html]] to get the list of posts, and you should see a link on the title. Click on it, and now you get the full details of the blog entry
434 434  
435 -The REST part of this tutorial is now complete, [[you can now move to the next part of the tutorial>>Your First Framework]].
434 +The REST part of this tutorial is now complete, [[you can now move to the next part of the tutorial>>Your First Framework]].