Ticket #426 (new task)
kauri-representation-sample
| Reported by: | karel | Owned by: | jgou |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.4 |
| Component: | < Samples | Version: | |
| Keywords: | Cc: |
Description (last modified by jgou) (diff)
index.html: IE only: the 'json' links don't work.
Weird sentence: "To avoid doing the manual work of creation a representation in the resource class, Kauri provides a "representation module" which makes this a lot easier". Probably should be 'creating' instead of 'creation'
Typo: "In the resource class, you only need to return a KauriRepresentation object, which contains a logical representation identifier annd the data objects (as a map)."
Would be better if there was some extra information per example where you have to look or pay attention to. Maybe include a piece of code on the page ('view source') from the representation.groovy file + name of the java file or something. The representation.groovy
file can be overwhelming for a rookie.
Exceptionresource: extending from org.restlet.resource.Resource class is deprecated.