]
Michelle Murray commented on TOOLSDOC-560:
------------------------------------------
Thanks Marian - these steps were taken from the TiMo tutorial for JBDS 7.0 and the doc
hasn't be revamped with new features since then. For JBDS 9.0 we're planning to
modernize the tutorial to make use of all the latest features but until then we'll
leave it as is.
We should add an illustration of the RESTFUL output
---------------------------------------------------
Key: TOOLSDOC-560
URL:
https://issues.jboss.org/browse/TOOLSDOC-560
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Enhancement
Affects Versions: 4.2.0.Final
Environment: Build Name: 22960, Start Developing-8.0
Build Date: 22-10-2014 11:29:36
Topic ID: 13785-717269 [Latest]
Reporter: Len DiMaggio
Assignee: Michelle Murray
Priority: Minor
Fix For: 4.2.3.Beta1
Title: Add a RESTful Web Service
Describe the issue:
The final step in this section reads:
Open a new Web Browser and in the address bar of the Web Browser enter
http://localhost:8080/ticket-monster/rest/events. This shows the output of the new RESTful
endpoint.
Suggestions for improvement:
We should add test explaining to the reader that the output should look like this:
[{"id":2,"version":1,"name":"Rock concert of the
decade","description":"Get ready to
rock...","major":true,"picture":null},{"id":1,"version":1,"name":"Shane's
Sock Puppets","description":"This critically acclaimed
masterpiece...","major":true,"picture":null}]
Additional information: