All, I've been working on the web services and something that I think we
need to implement is being able to return reduced data sets. For example,
if you get a list of people it should contain some less information for
each person than if you got a single person. There is a really easy way to
handle this in JSON using the @JSONView annotation from Jackson. It's a
little tricker with XML but do-able as well.

I'm of the opinion that we could get away with only returning JSON but what
does everyone else think?

Chris

Reply via email to