Java
-
Java 7’s Support for Suppressed Exceptions
A new constructor and two new methods were added to the Throwable class (parent of Exception and Error classes) in…
Read More » -
MANIFEST.MF and feature.xml versioning rules
I’m forever forgetting what the rules are for dependency declarations in MANIFEST.MF and feature.xml for osgi plugins and features. And…
Read More » -
JavaFX 2 Form with Tron effect
This is a simple JavaFX Login Form with a TRON like effect. In this example I am using CSS to…
Read More » -
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 » -
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 » -
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 » -
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 » -
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 » -
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 »