-
Software Development
5 Ways to Destroy Your Productivity
Hey you. Yeah, you. Want to know how to absolutely and utterly destroy your productivity? Good. You’ve come to the…
Read More » -
Enterprise Java
Spring from the Trenches: Injecting Property Values Into Configuration Beans
Spring Framework has a good support for injecting property values found from properties files into bean or @Configuration classes. However,…
Read More » -
Software Development
Biological computer simulation of selfish genes
TL;DR: I did a computer simulation of behavior evolution of monkeys, continue reading to see how problem was stated originally…
Read More » -
Core Java
A way to read properties with variable interpolation
Recently, I tried to define and read a global properties in an application server. The benefit of such property configured…
Read More » -
Enterprise Java
Timeout policies for EJBs : how do they help?
EJB 3.1 introduced timeout related annotations as a part of its API. @AccessTimeout @StatefulTimeout Let’s quickly look at what they…
Read More » -
Desktop Java
Creating a DSL for AWT’s Robot
The Java SDK ships with the class java.awt.Robot that allows the automation of keyboard and mouse input as well as…
Read More » -
Enterprise Java
Caching of web content with Spring’s cache manager
I this post, I would like to show basics how to cache and manage the caching of web content with…
Read More » -
Software Development
High-Performance Computing Clusters (HPCC) and Cassandra on OS X
Our new parent company, LexisNexis, has one of the world’s largest public records database: “…our comprehensive collection of more than…
Read More » -
Software Development
5 simple rules for securely storing passwords
Far too frequently, systems are hacked and their user databases are compromised. And there are far too many cases where…
Read More »