-
Android Core
YouTube GData API and Android
If you want to use the YouTube API v2 to search for content on YouTube with an Android device, the…
Read More » -
Software Development
NoSQL is not just about BigData
There is so much debate on the SQL vs NoSQL subject, and probably this is our natural way of understanding…
Read More » -
Enterprise Java
Hibernate 4.3 ORM Tool
Hibernate has recently released the final version of Hibernate ORM 4.3, a Java-based ORM framework that also supports stored procedures…
Read More » -
Core Java
How to write one of the fastest expression evaluators in Java
Granted, the title is a bit of an attention grabber, but nevertheless true (You course you never trust a benchmark…
Read More » -
Ceylon
The signature of reduce() in Ceylon
The Iterable interface defines a method named fold() with this signature: …
Read More » -
Enterprise Java
Hibernate 4.2.8 , javassist 3.18.1 and ClassCastExceptions – watch out your classpath
I am writing this post as a tip and warning rather than an absolute solution. I will try to come…
Read More » -
Enterprise Java
AmazonSQS and Spring for messaging queue
The next post will demonstrate how to use Spring JMS templates and DLMC’S together with AmazonSQS API in order to place…
Read More » -
Software Development
Big Data the ‘reactive’ way
A metatrend going on in the IT industry is a shift from query-based, batch oriented systems to (soft) realtime updated…
Read More » -
Groovy
Automatically converting password hashes in Grails spring-security-core
I was looking at this Stack Overflow question about converting password hashes and realized that it’s possible and rather convenient…
Read More »