2 thoughts on “RESTEasy Forums Online

  1. We are having our web application, which accepts data (different ids) in hashed values.Now we are planning to expose some part of our web app as REST based API and we are planning to go with RESTEasy.
    Now the query is : should we only return hashed values in xml to client?
    Currently we are having this approach only when we return data to our xsl. So in any next client request, hashed ids will be passed in request parameter. Should the REST based API return any plain ids in XML,to the client? Please let me know your views on this.

    Like

  2. We are having our web application, which accepts data (different ids) in hashed values.Now we are planning to expose some part of our web app as REST based API and we are planning to go with RESTEasy.
    Now the query is : should we only return hashed values in xml to client?
    Currently we are having this approach only when we return data to our xsl. So in any next client request, hashed ids will be passed in request parameter. Should the REST based API return any plain ids in XML,to the client? Please let me know your views on this.

    Like

Comments are closed.