Thanks for the responses.
All the examples I see are requesting data via the query string, one of the hallmarks of ReST I suppose.

I guess I just need to visualize making a request like that, passing a structure within a simple query string...

It just seems to me like some of the ArrayCollections I'm handling would transform into incredibly long-ass query string variables. Like 500K plus serialization. Has anyone hit the wall on any length issues with this?

Thanks again,
Al

P.S. "Long-ass" IS an engineering term, right?

On Thu, Jan 6, 2011 at 12:24 PM, Alan Holden <[email protected]> wrote:
 How does one pass a structure within a ReST request?

JSON or XML, and you serialize/deserialize as needed.

--
Open BlueDragon Public Mailing List
http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon
official manual: http://www.openbluedragon.org/manual/
Ready2Run CFML http://www.openbluedragon.org/openbdjam/
 
mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to