Recently, I began incorporating AngularJS with Spring MVC as my backend. I have been utilizing $resource
to connect with my backend. Given that this is a restful service and $resource
operates using ajax, I find myself questioning:
1) Is ajax solely used for consuming web service APIs?
2) Can web service functions only be called through ajax?