First of all....

Technically, using a cfc remote is NOT a webservice.

Secondly, you are right when it comes to remote calls via cfc's. They
should be wrappers to futher logic, for example.

You have logic that returns a list of books to your page, and you want
to open this up is RPC call. Then you would just create that RPC to
then call the method to retrieve the books, after all you alreadt
should have that in Business Logic.

Now as far as security goes, your best bet is to look into something
called REST. O'Reilly has a great book called RESTful web services.

It is by far better than SOAP.


On 3/9/08, marc -- <[EMAIL PROTECTED]> wrote:
> .... when using JQuery to make the Ajax requests.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:256006
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to