Lately I’ve been getting a lot of great feedback and plenty of great suggestions for RESTEasy. As a better way to collaborate, I’ve set up a forum here for just such topics. Look forward to hearing from more of you.
2 thoughts on “RESTEasy Forums Online”
Comments are closed.
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.
LikeLike
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.
LikeLike