-
Desktop Java
JavaFX Tip 15: ListView Autoscrolling
I recently had to implement autoscrolling functionality for FlexGanttFX and thought that my solution might be useful for others. You…
Read More » -
DevOps
How Visi uses Weave and Docker
I’ve gotten a bunch of questions about how Visi, the simple web front end to Spark works. This blog post…
Read More » -
Enterprise Java
Showing a Subset of Display Attributes in the Drop-down List with Combo box List of Values
Combo box List of Values (inputComboboxListOfValues) is supposed to be a very popular ADF Faces component for working with LOVs.…
Read More » -
DevOps
Pairing with docker-spoon
Whether you pair or not I think this post is worth reading. Do you ever have needs like this? Ability…
Read More » -
Enterprise Java
Why you should avoid JSF
For a long time JSF for me was just another webframework I didn’t cared too much about. This changed. After…
Read More » -
Enterprise Java
JMeter Tutorial for Load Testing – The ULTIMATE Guide (PDF Download)
This tutorial is about JMeter. These are the main points that we are going to cover: We are going to…
Read More » -
Scala
Akka Notes – DeathWatch – 7
When we talked about Actor lifecycle, we saw that Actors could be stopped by various means (using ActorSystem.stop or ActorContext.stop…
Read More » -
Core Java
How to setup custom SSLSocketFactory’s TrustManager per each URL connection
We can see from javadoc that javax.net.ssl.HttpsURLConnection provided a static method to override with setDefaultSSLSocketFory() method. This allow you to…
Read More » -
Scala
From Java 7 Futures to Akka actors with Scala
This blog post will show you how a step by step transition from a “java 7 and j.u.c.Future” based implementation…
Read More »