Changes for page Your First Rest Project

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

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

Summary

Details

Page properties
Content
... ... @@ -25,6 +25,7 @@
25 25  | title | string(255) |
26 26  | content | string(4000) |
27 27  | creationDate | timestamp |
28 +| lastModified | timestamp |
28 28  | author | integer | relation with Author
29 29  
30 30  Author will have the following columns:
... ... @@ -431,4 +431,4 @@
431 431  
432 432  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
433 433  
434 -The REST part of this tutorial is now complete, [[you can now move to the next part of the tutorial>>Your First Framework]].
435 +The REST part of this tutorial is now complete, [[you can now move to the next part of the tutorial>>Your First Framework]].