Framework

  • submit to reddit

AppFuse Light 2.2.1 Released!

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

Android Library: Drag to Sort and Swipe to Delete List View

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

Hamcrest Containing Matchers

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

Java Calendar with a Metro Style

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

Metro Style Toggle Button for Java (JMetro)

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

Infinispan Memory Overhead

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

What's the Best Way to Compare JVM Web Frameworks?

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

Metro style Combo Box for Java (JMetro)

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

Selecting your Collections Library

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

Spring Dynamic Language Support with Groovy

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

Metro style Scroll Pane for Java (JMetro)

 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

Injecting Guice managed object into JSF View Scoped bean

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

Metro Style Scroll Bar for Java (JMetro)

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

Chunk Oriented Processing in Spring Batch

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

JAXB - Representing Null and Empty Collections

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