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 » -
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 » -
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 » -
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 » -
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 » -
Spring & JSF integration: Navigation
This is the first in what I hope will be a series of blogs about my efforts to provide deep…
Read More » -
Common and Unique Elements In Multiple Collections
This week, we’ll take a break from higher level problems and technology posts to deal with just a little code…
Read More » -
Filter irrelevant stack trace lines in logs
I love stack traces. Not because I love errors, but the moment they occur, stack trace is priceless source of…
Read More » -
GWT Custom Button using UIBinder
Here’s an example on how to create a custom button using UIBinder on GWT. public class GwtUIBinderButton implements EntryPoint {…
Read More »