-
Software Development
Tips for Importing Data
I’m currently importing a large amount of spatial data into a PostgreSQL/PostGIS database and realized others could learn from my…
Read More » -
Groovy
Grails Tutorial for Beginners – HQL Queries (executeQuery and executeUpdate)
This Grails tutorial will teach the basics of using HQL. Grails supports dynamic finders which makes it convenient to perform…
Read More » -
Enterprise Java
Hibernate locking patterns – How does Optimistic Lock Mode work
Explicit optimistic locking In my previous post, I introduced the basic concepts of Java Persistence locking. The implicit locking mechanism…
Read More » -
Enterprise Java
Learning Netflix Governator – Part 2
To continue from the previous entry on some basic learnings on Netflix Governator, here I will cover one more enhancement…
Read More » -
Enterprise Java
SSL with WildFly 8 and Undertow
I’ve been working my way through some security topics along WildFly 8 and stumbled upon some configuration options, that are…
Read More » -
Android Core
Display a string list in an Android ListView
Showing a list of items is a very common pattern in mobile application. This pattern comes up often when I…
Read More » -
Enterprise Java
Self-Signed Certificate for Apache TomEE (and Tomcat)
Probably in most of your Java EE projects you will have part or whole system with SSL support (https) so…
Read More » -
Enterprise Java
NoSQL with Hibernate OGM – Part one: Persisting your first Entities
The first final version of Hibernate OGM is out and the team recovered a bit from the release frenzy. So…
Read More » -
Software Development
Development Horror Story – Release Nightmare
Everyone has good stories about releases that went wrong, right? I’m no exception and I have a few good ones…
Read More »