Coldfusion 8 and Json Services
Tags: Coldfusion
Awhile ago when developing some Dojo widgets, I need the ability to interact with Coldfusion and create a proxy service call CFJsonService, now it seems that the RESTful way of doing webservices just went up a notch.
Coldfusion 8 now has the ability to receive from the client, via an CFAjaxProxy and gives us the ability to send an argumentCollection to the server.
For this who do not know what REST is, it is another way of saying REpresentational State Transfer which alot of people are saying that this is what Web Services should have been with xml-RPC.
Coldfusion uses the json-RPC, to do the same thing and from what I have had a play with I am impressed with the interaction of json and Coldfusion client <-> server.
And the ability to bind with CFAjaxProxy is an even nicer touch again.
There are no comments for this entry.



TweetBacks