-
Enterprise Java
Java REST JAX-RS 2.0 – How To Handle Date, Time and Timestamp Data Types
Be it X-Form-Urlencoded or JSON HTTP post to a REST resource end-point, there is no specific “data type” for date…
Read More » -
Ceylon
A little more about type functions
My previous post about type functions generated some interesting discussion, here, and on reddit. Therefore, I think it’s worth tying…
Read More » -
Enterprise Java
Quick tip: Exception handling in Message Driven Beans
Let’s do a quick review of exceptional handling with regards to Message Driven Beans. The entry point into a MDB…
Read More » -
Software Development
R: Scraping the release dates of github projects
Continuing on from my blog post about scraping Neo4j’s release dates I thought it’d be even more interesting to chart…
Read More » -
Software Development
Discovering the Computer Science Behind Postgres Indexes
This is the last in a series of Postgres posts that Pat Shaughnessy wrote based on his presentation at the…
Read More » -
Enterprise Java
Writing a download server. Part I: Always stream, never keep fully in memory
Downloading various files (either text or binary) is a bread and butter of every enterprise application. PDF documents, attachments, media,…
Read More » -
Software Development
5 Great Snacks For the Coder’s Brain
You’re coding and you’ve been in the flow for a few hours. Everything is going just fine, but then hunger…
Read More » -
Enterprise Java
Integrating Active Directory from Java
Firstly you will need to setup Active Directory so that you can run and test your code. If (like me)…
Read More » -
Enterprise Java
Problems with Cobertura and Sonar 5.1
Recently, I was having some bother trying to use Sonar 5.1 with my Grails 2.4.4 project. I was using the…
Read More »