-
Enterprise Java
Java EE Revisits Design Patterns: Asynchronous
Although you may not find Asynchronous method calls listed as a design pattern, I find it worth to mention. So…
Read More » -
Enterprise Java
Spring Remoting Support and Developing RMI Service
The development of remote-enabled services is eased by Spring remoting support. Currently, Spring supports the following remoting technologies: Remote Method…
Read More » -
Core Java
Seven NetBeans Hints for Modernizing Java Code
In the post Seven Indispensable NetBeans Java Hints, I talked about using NetBeans hints in general and then focused on…
Read More » -
Desktop Java
Oracle Propels JavaFX Forward by Enlisting Weaver and Chin
I put out an April Fools’ post yesterday about joining NASA to help with exploration of the big red planet.…
Read More » -
DevOps
Virtual Host + Apache httpd server + Tomcat + mod_jk connector
In my last post (Virtual Host in Tomcat) we discussed about how setup the virtual host in Tomcat. Its cost…
Read More » -
Enterprise Java
Introduction to mutation testing with PIT and TestNG
Mutation testing is a technique which allows to discover which parts of our code are not covered by tests. It…
Read More » -
Core Java
Java 7 – Project Coin Decompiled
Hi all, it’s time to start writing in 2012. As you may have seen already in other blogs, there are…
Read More » -
Core Java
Java Heap Space – JRockit and IBM VM
This article will provide you with an overview of the JRockit Java Heap Space vs. the HotSpot VM. It will…
Read More » -
Android Core
SQL Lite Performance on Android
For those who are unaware, Android has some build-in classes to support the use of SQL Lite databases. It provides…
Read More »