
In December, the AppFuse Team released 2.2.1. Right before that release, I decided to wait on enhancing its "light"...
0 replies - 1038 views - 01/28/13 by Matt Raible in Articles

Here's a pretty nice custom list view that allows the user to sort the
items in the list view by dragging rows up and down, or removing a row
dynamically...
0 replies - 3218 views - 01/26/13 by Isaac Taylor in Articles

The Hamcrest 1.3 Javadoc documentation for the Matchers class
adds more documentation for several of that class's methods than were
available in Hamcrest...
0 replies - 1492 views - 01/25/13 by Dustin Marx in Articles

Following a discussion with Tom Eugelink author of a Calendar control
for JavaFX I’ve decided to have a try at styling it with a Metro like
style.
There...
0 replies - 1594 views - 01/18/13 by Pedro Duque Vieira in Articles

Toggle button metro style:
Toggle Button light metro style
Toggle Button dark metro style
You...
0 replies - 2223 views - 01/17/13 by Pedro Duque Vieira in Articles

Have you ever wondered how much Java heap memory is actually consumed
when data is stored in Infinispan cache? Let's look at some numbers
obtained through...
0 replies - 2000 views - 01/16/13 by Manik Surtani in Articles

I've been comparing web frameworks ever since 2004. It was the first time I'd ever proposed a talk for a conference. ApacheCon was in Vegas that year and my...
1 replies - 3733 views - 01/14/13 by Matt Raible in Articles

This update brings the ComboBox control to the JMetro library. The following pictures show the light and dark theme:
ComboBox...
0 replies - 1579 views - 01/13/13 by Pedro Duque Vieira in Articles

Is this really something you should bother? Is there something fundamentally wrong with java.util.ArrayList and java.util.HashMap? For most of the source code...
1 replies - 5125 views - 01/11/13 by Nikita Salnikov... in Articles

Groovy is a dynamic and object-oriented programming language running
on JVM. It uses a syntax like Java, can be embedded in Java and is
compiled to...
0 replies - 4191 views - 01/09/13 by Eren Avşaroğulları in Articles

Just a small update based on the metro style I’ve created for the scroll bars, here’s the ScrollPane:
ScrollPane Metro...
0 replies - 2970 views - 01/09/13 by Pedro Duque Vieira in Articles

In previous post, I demonstrate how to integrate JSF with Guice and
MyBatis. However, my friend experiences some problem when he is using
view scoped...
0 replies - 1417 views - 01/07/13 by Boris Lam in Articles

Here is the Scroll Bar control with a metro style (light and dark theme):
There is a bug on javafx that won’t allow to change the style of the thumb when...
0 replies - 2602 views - 01/05/13 by Pedro Duque Vieira in Articles

Big Data Sets’ Processing is one of the most important problem in the
software world. Spring Batch is a lightweight and robust batch
framework to process...
0 replies - 3600 views - 01/03/13 by Eren Avşaroğulları in Articles

In this post I will cover how to differentiate between null and empty collections in the XML representation with JAXB (JSR-222).
Demo Code
The...
0 replies - 3178 views - 01/03/13 by Blaise Doughan in Articles