RE: [cfaussie] JSON/REST

2010-11-09 Thread KNOTT, Brian
To: cfaussie@googlegroups.com Subject: Re: [cfaussie] JSON/REST On 15/09/2010 08:55, KNOTT, Brian wrote: Hi Guys, Been asked if I can create expose part of a web site through the JSON/REST technology instead on XML. Has anyone done this with CF, is it even possible. JSON and REST are two

Re: [cfaussie] JSON/REST

2010-11-09 Thread MrBuzzy
@googlegroups.com Subject: Re: [cfaussie] JSON/REST On 15/09/2010 08:55, KNOTT, Brian wrote: Hi Guys, Been asked if I can create expose part of a web site through the JSON/REST technology instead on XML. Has anyone done this with CF, is it even possible. JSON and REST are two separate things, JSON

[cfaussie] JSON/REST

2010-09-14 Thread KNOTT, Brian
Hi Guys, Been asked if I can create expose part of a web site through the JSON/REST technology instead on XML. Has anyone done this with CF, is it even possible. I not familiar with this technology but from what I have read its going to take over from XML and SOAP. Brian

Re: [cfaussie] JSON/REST

2010-09-14 Thread Kai Koenig
You can, it's certainly possible. I would debate the fact that it's taking over from XML and SOAP though. Different technologies for different use cases. Cheers Kai Hi Guys, Been asked if I can create expose part of a web site through the JSON/REST technology instead on

RE: [cfaussie] JSON/REST

2010-09-14 Thread KNOTT, Brian
Subject: Re: [cfaussie] JSON/REST You can, it's certainly possible. I would debate the fact that it's taking over from XML and SOAP though. Different technologies for different use cases. Cheers Kai Hi Guys, Been asked if I can create expose part of a web site through the JSON

Re: [cfaussie] JSON/REST

2010-09-14 Thread Mark Mandel
You may want to check this out: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-626a.html Since remote CFC's can accept HTTP requests and return data, this sort of thing can be easily achieved. For easily creating semantically correct REST web services,

RE: [cfaussie] JSON/REST

2010-09-14 Thread Andrew Scott
Agreed here, there are some people that do claim that it will. And the main reason for this is that RESTful, addresses some of the limitations that soap has. But it is down to preference and choice. As for ColdFusion, ColdFusion has been able to do this for a very long time. ColdBox has a

Re: [cfaussie] JSON/REST

2010-09-14 Thread Kym Kovan
On 15/09/2010 08:55, KNOTT, Brian wrote: Hi Guys, Been asked if I can create expose part of a web site through the JSON/REST technology instead on XML. Has anyone done this with CF, is it even possible. JSON and REST are two separate things, JSON being commonly used to pass data to clients