Java
-

CSRF protection in Spring MVC, Thymeleaf, Spring Security application
Cross-Site Request Forgery (CSRF) is an attack which forces an end user to execute unwanted actions on a web application…
Read More » -

JavaFX Tip 2: Sharp Drawing with Canvas API
When I initially started out working with the Canvas API I noticed that the results of my rendering code were…
Read More » -

JavaFX Tip 1: Resizable Canvas
While working on FlexGanttFX I had to deal a lot with the JavaFX Canvas node. I am using it to…
Read More » -

Dubious Aspects of Features of JDK 8
Most of us who develop with Java are generally enthusiastic for the features and improvements that come with JDK 8.…
Read More » -

ClassNotFoundException: is it slowing down your JVM?
Most Java developers are familiar with the infamous and very common java.lang.ClassNotFoundException. While the sources of this problem are generally…
Read More » -

How much faster is Java 8?
Java SE 8 was released yesterday. Traditionally, every new major JRE version comes with a free performance boost. Do we…
Read More » -

Constructor/Method Parameters Metadata Available Via Reflection in JDK 8
One of the lesser advertised new features of JDK 8 is the optional ability to include parameter metadata in compiled…
Read More » -

Spring Boot 1.0 followed by Spring Boot 1.0.1 bug fix release
Spring Boot 1.0 release was recently announced by the Spring Boot team, and was followed by Spring Boot 1.0.1.RELEASE, a…
Read More » -

Using Jenkins / Hudson remote API to check jobs status
While working on my talk Writing a Hudson / Jenkins plugin (for EclipseCon NA 2014), I wanted to publish blog…
Read More »



