]
Michelle Murray commented on TOOLSDOC-560:
------------------------------------------
[~mhusnain] - when you work through the Start Developing guide please can you see if you
have problems with this aspect of the tutorial as Marian reports. I tried it for 8.0.0GA
and it worked so I am surprised to hear that it does not work now.
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: Misha Ali
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: