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
I'm not sure anyone except me is still struggling on with using Ant, but just in case, here is a nice thing. In Ant 1.9.1 they added a useful feature:… ...more