Re: JSON RPC

2007-10-22 Thread Martin Gainty
See you wednesday nite at fenway http://boston.redsox.mlb.com/index.jsp?c_id=bos Martin-- - Original Message - From: "Ted Husted" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, October 19, 2007 7:45 AM Subject: Re: JSON RPC > I'v

Re: JSON RPC

2007-10-19 Thread Jeromy Evans
Hi Frans, The version of dojo included with struts supports the Simple Method Description (SMD) representation of JSON RPC. The struts json plugin includes SMD support so dojo can RPC a method in a a struts 2 action. It works quite well. See the references below. However, it sounds like you

Re: JSON RPC

2007-10-19 Thread Ted Husted
I've been doing some work with Struts and JSON, but I don't know anything about using JSON RPC with Swing. For Struts, you don't really need to use full-blown JSON RPC. You can use an ordinary XHR submit, and then use the JSON plugin for the result. The tricky part is handling exceptions. Without