Java
-

Styling JavaFX Pie Chart with CSS
JavaFX provides certain colors by default when rendering charts. There are situations, however, when one wants to customize these colors.…
Read More » -

Testing Expected Exceptions with JUnit Rules
This post shows how to test for expected exceptions using JUnit. Let’s start with the following class that we wish…
Read More » -

Java 7: Fork/Join Framework Example
The Fork/Join Framework in Java 7 is designed for work that can be broken down into smaller tasks and the…
Read More » -

Leveraging MOXy in your Web Service via JAX-WS Provider
In previous articles I demonstrated how EclipseLink JAXB (MOXy) is directly integrated into the JAX-WS implementations in WebLogic (as of…
Read More » -

Understanding the Play Filter API
With Play 2.1 hot off the press, there have been a lot of people asking about the new Play filter…
Read More » -

EasyCriteria 2.0 – JPA Criteria should be easy
In the post today we will see about the new version of the framework named EasyCriteria. At the end of…
Read More » -

A minimal JavaFX Presentation (in JavaFX)
If you want to do a presentation about JavaFX, it’s very handy to do the presentation itself in JavaFX. This…
Read More » -

JavaFX Coming Soon to an Android or iOS Device Near You?
There has been big news recently in the world of JavaFX regarding many more components of JavaFX being open sourced…
Read More » -

Exception Handling for REST with Spring 3.2
1. Overview This article will focus on how to implement Exception Handling with Spring for a REST API. We’ll look…
Read More »




