Java
-
How to write better POJO Services
In Java, you can easily implements some business logic in a Plain Old Java Object (POJO) classes, and you can…
Read More » -
Service-Oriented UI with JSF
In large software development projects, service-oriented architecture is very common because it provides a functional interface that can be used…
Read More » -
JavaFX Tutorial – Basics
JavaFX seem to be gaining ground on the RIA space. With the right tools and development support, it wil definitely…
Read More » -
Resource Bundle Tricks and Best Practices
Today is resource bundle day. This is the most well known mechanism for internationalization (i18n) in Java in general. Working…
Read More » -
BTrace: hidden gem in Java developer toolbox
This post is about BTrace which I am considering as a hidden gem for Java developer. BTrace is a safe,…
Read More » -
Java 7: HashMap vs ConcurrentHashMap
As you may have seen from my past performance related articles and HashMap case studies, Java thread safety problems can…
Read More » -
JavaFX 2 GameTutorial Part 5
Introduction This is part five of a six part series related to a JavaFX 2 Game Tutorial. I know it’s…
Read More » -
Tips for testing with Java
Introduction I love automated testing. In a rare diversion into op-ed1 I thought a put few thoughts (read – opinions)…
Read More » -
JSF Component Libraries – Quality is more than zero bugs
It has been a while since I last looked at the quality of the three major JSF component libraries. In…
Read More »