Year: 2012
-
Software Development
Analysis of software developer’s competency – Choosing a right team member
In this post I shall try to explain an approach for estimating developer’s skills. The approach is still as a…
Read More » -
Enterprise Java
ADF Declarative Component example
In my previous post I promised to show how to create ADF Declarative Component for Smart List Of Values. So, I’m…
Read More » -
Core Java
ToString: Hexadecimal Representation of Identity Hash Codes
I have blogged before on the handy Apache Commons ToStringBuilder and I was recently asked what the seemingly cryptic text…
Read More » -
Software Development
Quotes relating to System Design
There are a few quotes I think of when thinking about computer design. These are not specifically about computers, but…
Read More » -
Enterprise Java
The complex (event) world
This blog entry attempts to summarize the technologies in the CEP domain, touching over their prime feature(s) as well as…
Read More » -
Software Development
Git vs. SVN – Commandline Syntax Reference
Learning the git workflow takes a bit of brain retraining, but since I’ve been using SVN almost entirely via commandline…
Read More » -
Enterprise Java
Camel: Now with Twitter and Websocket
The upcoming Apache Camel 2.10 is well underway. A lot of new components is being added, and two really exiting…
Read More » -
Enterprise Java
WebSphere Application Server Performance Tuning Toolkit
IBM has released the WebSphere Application Server Performance Tuning Toolkit that gives the ability to monitor multiple WebSphere Application Servers…
Read More » -
Core Java
Automaton implementation in Java
This post will address the problem of implementing finite states machines into java. If you don’t know what FSM are…
Read More »