Series: What is REST?, A Basic REST API, Paging, Search, Security, Token, OpenID. I'll walk you through the code of a simple REST API I am writing to … ...more
Did you know you can insert unicode-escaped characters, anywhere in a Java program? Most of us are familiar with using unicode escapes like this: Stri… ...more
Series: What is REST?, A Basic REST API, Paging, Search, Security, Token, OpenID. The basic concepts of REST APIs: Slides: What is REST?. Code: poemt… ...more
Bash arrays are a lot like Bash Associative Arrays, but with numbers as keys. Here's a quick reference. Basics $ declare -a MYARR # Create an array $… ...more
In a previous post I outlined how to use if:set and unless:set to execute tasks conditionally in Ant 1.9.1. Unfortunately, this does not work with mac… ...more