Java
-
Web Service security and the human dimension of SOA roadmap
In most non-trivial SOA landscapes, keeping track of the constantly evolving integrations among systems can be hard unless there is…
Read More » -
Cobertura and Maven: Code Coverage for Integration and Unit Tests
On the turmeric project, we maintain a nightly dashboard. On the dash board we collect statistics about the project, including…
Read More » -
Project Jigsaw: The Consequences of Deferring
Mr. Mark Reinhold has announced in July 2012 that they were planning to withdraw Project Jigsaw from Java 8 because…
Read More » -
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 »