Java
-

Java Secret: Using an enum to build a State machine
Overview The enum in Java is more powerful than many other languages which can lead to surprising uses. In this…
Read More » -

Low GC in Java: Use primitives instead of wrappers
Overview There are two good reason to use primitives instead of wrappers where possible. Clarity. By using a primitive, you…
Read More » -

OSGi Using Maven with Equinox
I have struggled to understand what OSGi really means for a long time. It has been around since a very…
Read More » -

Java Pretty Good Privacy (PGP)
Public-Key Encryption This post talks about PGP or “Pretty Good Privacy.” PGP is a hybrid implementation of conventional cryptography as…
Read More » -

JavaFX 2.0 beta sample application and after thoughts
I had quite sometime back played around with JavaFX and had good and bad experiences using the language. With the…
Read More » -

Java Lambda Syntax Alternatives
The discussion on the lambda-dev mailing list has started to address the issue of what the Java language syntax for…
Read More » -

Apache CXF Load Balancing And Failover
A while ago we’ve faced the requirement of load-balancing web services clients based on Apache CXF. Also the clients should…
Read More » -

Hacking Jasper to Get Object Model of a JSP Page
To perform some checks and statistical analysis on my JSPs I needed a DOM-like, hierarchical model of elements contained in…
Read More » -

Grow Up Java! Proposing Java Desktop Edition
No, this is not another ‘Java is Dead’ rant. Java is very much alive and kicking. It is one of…
Read More »




