-
Enterprise Java
The crystal ball illusion
I have noticed that people sometimes avoid doing thorough testing. This may sound as bogus to some, but hear me…
Read More » -
Core Java
Guava Files: Java File Management
Both Groovy and Java SE 7 provide improvements for file management in Java as I discussed in posts here, here,…
Read More » -
Enterprise Java
NUMA architecture and Java
Time to deploy your application, looking forward to procure hardware that suits best to the load requirements. Boxes with 40…
Read More » -
Desktop Java
JavaFX Game (Connect Four)
This is my first JavaFX game tutorial and my first blog post about JavaFX panel. I made this connect four…
Read More » -
Enterprise Java
Testing client side of RESTful services
Develop an application that uses RESTful web API may imply developing server and client side. Writing integration tests for server…
Read More » -
Core Java
Is Java Dead or Invincible?
Writer Isaac Asimov once said that ‘the only constant is change’. That isn’t just a phrase in the software industry,…
Read More » -
Enterprise Java
Spring Testing Support and Context caching
Spring provides a comprehensive support for unit and integration testing – through annotations to load up a Spring application context,…
Read More » -
Enterprise Java
Spring MVC 3 Template and Apache Tiles
An efficient design consideration for any web application is the use of a template engine (or tool), and with Spring’s…
Read More »