Infrastructure as a Service, like OpenStack and AWS, have made it possible to consume infrastructure on demand. It’s important to understand the......
Continue Reading
Share
There are some high quality resources that already cover the OpenStack API, so this is a YEA (yet another example) post. See......
Continue Reading
Share
I have recently had to work with a few REST APIs that exhibited some poor design choices that I had previously assumed......
Continue Reading
Share

Recently I was debugging a REST client class in Java. The service I was calling simply returned that the request was incomplete.......
Continue Reading
Share
In a previous article I demonstrated one way to create a RESTful interface using a plain Java Servlet. In this article I......
Continue Reading
Share
For a recent project I found that a RESTful interface would be appropriate. My first inclination was to use Jersey (or one......
Continue Reading
Share

I did some investigation into building the RESTful API for the software licensing system using wicket. At first I was encouraged that......
Continue Reading
Share
I’m starting to build out the RESTful API for the software licensing system. The first api call to implement is this http://mysite/api/sitelicenses/?apikey=KEYVAL......
Continue Reading
Share

In the first article in this series, I sketched out some of the basic design ideas for the wordpress plugin licensing system.......
Continue Reading