I have been working with the Struts 2 JSON plugin and I have got it set up
so that I can serialize my Java beans as a JSON string and pass it along to
the browser.
Is the reverse possible using the plugin? That is, if I have a JS widget
(Dojo, in this case) that spits out JSON, can I read in the JSON string and
"de-serialize" it to a Java bean?

I would appreciate it if someone could point me to a best-practice for doing
so.

-- 
*Thanks,
Harsh*

Reply via email to