Typically, you would advertise the REST service via WADL/WSDL or even
just in a human readable format like HTML which could then be called by
any client whether it be a browser or not.
But if I understand your question correctly, are you asking if we have
to change the workload driver to use the rest interface? The answer
would be yes.
kim
In my understanding, you do not expose the rest interface to the
client (browser), do you? If so, these interfaces are just there as a
reference implementation but not used by the workload, right? Thanks.
-Akara
Kim LiChong (JIRA) wrote:
current REST based services are improperly implemented
-------------------------------------------------------
Key: OLIO-96
URL: https://issues.apache.org/jira/browse/OLIO-96
Project: Olio
Issue Type: Bug
Components: java-app
Reporter: Kim LiChong
Assignee: Kim LiChong
Currently, the REST based services for person and event do not have
unique URI as dictated by REST based architecture. Instead, they are
using parameter based GET or POSTS. Need to re-implement these
services with unique URI and other HTTP methods (eg. PUT, DELETE).
Will use Jersey based implementation of JSR-311 (JAX-RS)