Java
-
Securing a JSF application with Java EE security and JBoss AS 7.x
A common requirement for enterprise applications is to have all JSF pages protected behind a login page. Sometimes you even…
Read More » -
Project Student: Sharding Integration Test Data
This is part of Project Student. Other posts are Webservice Client With Jersey, Webservice Server with Jersey, Business Layer and…
Read More » -
Project Student: Business Layer
This is part of Project Student. Other posts are Webservice Client With Jersey, Webservice Server with Jersey and Persistence with…
Read More » -
Deployment with Drools 6.0
KieScanner The 6.0 KieScanner replaces the 5.x KnowledgeAgent. It uses embedded Maven to allow the resolving and retrieving of jars…
Read More » -
Reactive Cassandra
Or an adventure on reading data reactively from Cassandra. Overview Let’s first try to define what reactive means from programming…
Read More » -
Java, the Steam controller and me
Do you ever wondered if you could use existing stuff for something new? I saw some footage of the so-called…
Read More » -
Closing 2013 with Core Java Posts
As 2013 starts drawing to a close, I have recently spotted several posts related to what I consider “core Java”…
Read More » -
Java: Using the specification pattern with JPA
This article is an introduction to using the specification pattern in Java. We also will see how we can combine…
Read More » -
java.util.Random in Java 8
One of the neat features of java.util.Random class in Java 8 is that it has been retrofitted to now return…
Read More »