Why Coldfusion REST API instead of ColdFusion normal CFC
Could anyone please help me understand the need of ColdFusion (CF) REST API when actually ColdFusion remote CFC methods can implement the functionality ?
It is true that CF REST API needs to be registered and uses / implements HTTP methods. However, still intended functionality / logic can be implemented in a remote CFC method which is accessible through a URI.
The bottom line is any functionality / logics can be implemented and access over http in both the cases, why do we really need CF REST API ?
