Changes for page Your First Rest Project

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

From version 37.1
edited by pauldlynch
on 2012/05/28 04:09
Change comment: Minor spelling, and make method names in text match code.
To version 38.1
edited by Pascal Robert
on 2012/12/12 08:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.pauldlynch
1 +XWiki.probert
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:
... ... @@ -74,6 +74,7 @@
74 74  |= Attribute name |= Column |= Prototype
75 75  | content | content | longtext
76 76  | creationDate | creationDate | dateTime
78 +| lastModified | lastModified | dateTime
77 77  
78 78  If you did everything well, the list of attributes should look like this:
79 79  
... ... @@ -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 switch to the next part of the tutorial.
436 +The REST part of this tutorial is now complete, [[you can now move to the next part of the tutorial>>Your First Framework]].