OPI Blog
Learn from experts in their fields

Browsing Tags: service

Extending Angular’s $resource Service for a Consistent API
One of my favorite modules provided by AngularJS is the ngResource module, because it has intelligent defaults and also allows me to be very flexible configuring resources and REST api calls to match pretty much ...
A Standalone Service Tier with Spring
As web developers, we all-too-often have a propensity to try to wrap everything that we do into a web bundle of some sort. Indeed, we will even go so far as to take measures to ...