On Sunday, July 10, 2011, Phil Rice <phil.rice.erud...@googlemail.com> wrote:
> When I want to aggregate the data back together again, I can obviously
> write a JSP page to do it, but is there a mechanism already in place?
> For example if I post the JSON fragment I gave earlier, I would quite
> like to get the same fragment back at the root

The .json servlet returns json documents back to you. The default
might be usable, or if not then you could create a custom servlet.

Regards,

-james.

Reply via email to