Java
-

How to allow users to customize the UI
Idea Take advantage of the declarative design pattern of JavafX/FXML and allow users to customize a certain view without any…
Read More » -

Reason for Slower Reading of Large Lines in JDK 7 and JDK 8
I earlier posted the blog post Reading Large Lines Slower in JDK 7 and JDK 8 and there were some…
Read More » -

How I’d Like Java To Be
I like Java. I enjoy programming in Java. But after using Python for a while, there are several things I…
Read More » -

PrimeFaces: Opening external pages in dynamically generated dialog
I already blogged about one recipe in the upcomming 2. edition of the PrimeFaces Cookbook. In this post, I would…
Read More » -

Web App Architecture – the Spring MVC – AngularJs stack
Spring MVC and AngularJs together make for a really productive and appealing frontend development stack for building form-intensive web applications.In…
Read More » -

Testing System.in and System.out with system-rules
Writing unit tests is an integral part of software development. One problem you have to solve when your class under…
Read More » -

Hibernate locking patterns – How does Optimistic Lock Mode work
Explicit optimistic locking In my previous post, I introduced the basic concepts of Java Persistence locking. The implicit locking mechanism…
Read More » -

Learning Netflix Governator – Part 2
To continue from the previous entry on some basic learnings on Netflix Governator, here I will cover one more enhancement…
Read More » -

SSL with WildFly 8 and Undertow
I’ve been working my way through some security topics along WildFly 8 and stumbled upon some configuration options, that are…
Read More »





