-
Software Development
Rethinking database schema with RDF and Ontology
When I joined the industry 10 years ago, my first project used relational database. After that, my next project also…
Read More » -
Software Development
Screenshot of the Week: Missing JRE
One of the more frustrating things about Eclipse–at least for some users–is that Eclipse doesn’t come with a Java Runtime Environment…
Read More » -
Enterprise Java
How does Hibernate READ_WRITE CacheConcurrencyStrategy work
Introduction In my previous post, I introduced the NONSTRICT_READ_WRITE second-level cache concurrency mechanism. In this article, I am going to…
Read More » -
Enterprise Java
The structure of Apache Lucene
The inestimably noble Apache Software Foundation produces many of the blockbuster products (Ant, CouchDB, Hadoop, JMeter, Maven, OpenOffice, Subversion, etc.)…
Read More » -
Groovy
Grails’ JSONObject.NULL More or Less Equal To Null
Since Groovy 1.8 we can check if a Map is equal to another Map if the keys and values are…
Read More » -
Software Development
My Thoughts on Go
Meh I have been working on a project that needs to run as small-footprint native code. I’ve been doing C…
Read More » -
Software Development
Git: Going back to a specific date time and retrospective tagging
I’m a fairly happy Git user :-) It’s and excellent product and a great improvement on CVS, SVN, SourceSafe, PVCS…
Read More » -
Scala
Akka samples with scala and Spring
I was looking around recently for Akka samples with Spring and found a starter project which appeared to fit the…
Read More » -
Enterprise Java
Do Not Make This Mistake When Developing an SPI
Most of your code is private, internal, proprietary, and will never be exposed to public. If that’s the case, you…
Read More »