]
Marián Labuda commented on TOOLSDOC-560:
----------------------------------------
We use Web Service Tester view to show web services responses. Maybe it would be nice to
incorporate it in the guide WDYT?
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: