Re: JSON and RPC without JSON-RPC

2008-09-04 Thread Musachy Barroso
That would be closer to RPC, but would be less "strutish", I think you could easily extend the JSON plugin to accomplish this. musachy On Thu, Sep 4, 2008 at 3:57 PM, Tom McLaughlin <[EMAIL PROTECTED]>wrote: > Hi All, > > I've got a javascript front-end that makes asynchronous requests to perfor

JSON and RPC without JSON-RPC

2008-09-04 Thread Tom McLaughlin
Hi All, I've got a javascript front-end that makes asynchronous requests to perform various CRUD operations. Ideally, I'd like to write an Action and expose it directly to my client using JSONUtils to serialize and deserialize my objects. The JSON plugin gets me close, but I don't like having to