i am wondering How would you enable different json views of the same entity (example, public data and authenticated only, list views, full details, etc)?
in case if there are Jboss AS 7 + RestEasy or spring + jersey .
I am working on application which has to populate different data according to logged in user and its role.
Thanks