DeploymentBrowser is a REST service but is not RESTful
------------------------------------------------------
Key: ODE-857
URL: https://issues.apache.org/jira/browse/ODE-857
Project: ODE
Issue Type: Bug
Affects Versions: 1.3.4
Reporter: Tammo van Lessen
Priority: Minor
Currently, DeploymentBrowser.java provides a RESTful interface for deployed
processes and bundles (read-only and thus GETsful). However, the resources
"getBundleDocs" and "getProcessDefinition" are rather operations than resources
and should be removed. Instead, the provided resources should support two media
types (HTML and XML) as the XML representation would provide the needed
information as well.
These "operations" are currently used by the console, so that the console must
be changed as well. (perhaps a JSON mediatype would be better for the console
needs).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.