Changes for page Your First Rest Project
Last modified by Steve Peery on 2013/09/06 11:02
From version 38.1
edited by Pascal Robert
on 2012/12/12 08:01
on 2012/12/12 08:01
Change comment:
There is no comment for this version
To version 37.1
edited by pauldlynch
on 2012/05/28 04:09
on 2012/05/28 04:09
Change comment:
Minor spelling, and make method names in text match code.
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.p robert1 +XWiki.pauldlynch - 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: ... ... @@ -75,7 +75,6 @@ 75 75 |= Attribute name |= Column |= Prototype 76 76 | content | content | longtext 77 77 | creationDate | creationDate | dateTime 78 -| lastModified | lastModified | dateTime 79 79 80 80 If you did everything well, the list of attributes should look like this: 81 81 ... ... @@ -433,4 +433,4 @@ 433 433 434 434 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 435 435 436 -The REST part of this tutorial is now complete, [[you can nowmoveto the next part of the tutorial>>Your First Framework]].434 +The REST part of this tutorial is now complete, you can now switch to the next part of the tutorial.