OPI Blog
Learn from experts in their fields

Browsing Tags: provider

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 ...
Using MyBatis Annotations with Spring 3.0 and Maven
I had a difficult time trying to figure out how to use MyBatis annotations for my project. The examples I found would answer a portion of what I was looking for, but never actually answered what I was looking for. Eventually I found ways to make it work for what I was trying to do. Here are some examples on how to use MyBatis Annotations with Select, SelectProvider, SQLBuilder, and SelectBuilder. ...