[
https://jira.jboss.org/browse/JBIDE-6754?page=com.atlassian.jira.plugin.s...
]
Brian Fitzpatrick updated JBIDE-6754:
-------------------------------------
I have to say I kind of disagree with this. It's the application name that ultimately
becomes part of the URI but not the whole URI or path itself. We don't currently have
a way to indicate to the user what the full URI will be once the application is published
to a server...
The full URI comes from - server URL (i.e.
http://localhost:8080, which we don't
necessarily know) + project name (i.e. simple) + servlet mapping (i.e. /rest-services/*)
or resteasy.servlet.mapping.prefix (i.e. /rest-services) + path annotation in JAX-RS
annotated class (@Path("/customers")) - so you end up with this:
http://localhost:8080/simple/rest-services/customers
I think this is a "nice to have" and would definitely make life better for users
to know what the URL is to their RESTful service. But I'm not sure I can get this done
for Beta. We'll see.
[restwizard] name should be changed to Path or URI
--------------------------------------------------
Key: JBIDE-6754
URL:
https://jira.jboss.org/browse/JBIDE-6754
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.0.M2
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
Fix For: 3.2.0.Beta
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
-open Sample RESTful service wizard
=> Web Service -> Name label should be changed to either Path or URI since what
user sets in this field is in fact Path/URI within the application where the resource will
become available
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira