I'm working on a simple web app built with plain JSPs, Struts 1 and DoJo. Now there is that need to be able to call server-side methods and get responses wrapped in JSON. That is often solved by DWR, ...