OPI Blog
Learn from experts in their fields

Archive For:

Static website generation in Groovy
#grain ul { list-style: square; list-style-position:inside; text-indent: 20px;} #grain code { font-family: Lucidatypewriter, monospace} A static site generator is software that translates content from a text format into HTML and creates consistant look and feel ...
Adding Custom Locations for iOS Simulator Testing
Most of the time if you use the Core Location services in the iOS simulator it will default to Cupertino, but there are times that it will give you a kCLErrorDomain code of 0, or ...
Grails API Functional Testing
You’ve written (or are about to write) an API in Grails. Which is quite easy, especially with all the REST API improvements in Grails 2.3. Now you want to ensure your API works correctly when ...
Jul 14, 2014
Object Partners hires consultant Joel Steigerwald
Object Partners is pleased to welcome Joel Steigerwald to their technology consulting staff. Joel has over 20 years in the IT industry, including over 7 years of Java/JEE experience using technologies such as Spring and ...
Groovy’s .with() and multiple assignment
Multiple assignment I recently discovered a relatively little-known feature in Groovy called multiple assignment.  As the name indicates, it allows you to assign multiple values to multiple variables in one statement: The Groovy docs do ...