-
Core Java
Java: The Checker Framework
One of the interesting tools I learned about at JavaOne 2012 is The Checker Framework. One of the Checker Framework’s…
Read More » -
Groovy
Quartz 2: Exploring different scheduling types
We often think of Cron when we want to schedule a job. Cron is very flexible in expressing an repeating…
Read More » -
Enterprise Java
Batoo JPA – 15x Faster Than The Leading JPA Provider
Introduction I loved the JPA 1.0 back in early 2000s. I started using it together with EJB 3.0 even before…
Read More » -
Enterprise Java
Java Temporary Caching API – Test-driving the Early Draft Review RI
It was known as ‘ The Neverending Story‘. The JSR kicked of 11 and a half year ago and passed the…
Read More » -
Android Core
Java to iOS Objective-C translation tool and runtime
If you work on a mobile app and you’re planning on developing it on Android and iOS, it may be…
Read More » -
Core Java
Design Best practices using Factory Method Pattern
In the previous Design Pattern example we have explained about a flavor of Factory pattern which is commonly used nowadays.…
Read More » -
Scala
Testing Quartz Cron expressions
Declaring complex Cron expressions is still giving me some headaches, especially when some more advanced constructs are used. After all,…
Read More » -
Core Java
Abstract Factory Design Pattern Explained
Abstract Factory Design Pattern is another flavor of Factory Design Pattern. This pattern can be considered as a “super factory”…
Read More » -
Core Java
JavaOne 2012 Coverage
JavaOne, the annual Java extravaganza conference, took place from 30 September to 4 October in San Francisco. Numerous interesting presentations…
Read More »