-
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 » -
Enterprise Java
Server side logging from browser side JavaScript code
Application logging is something we all do in our applications that get deployed on an application server, right? Using frameworks…
Read More » -
Enterprise Java
Spring from the Trenches: Using Null Values in DbUnit Datasets
If we are writing integration tests for an application that uses Spring Framework, we can integrate DbUnit with the Spring…
Read More » -
Core Java
How to Upload Images to DropBox In Java
This Tutorial explains how to upload images to drop box and get the public url of uploaded image . First…
Read More » -
Enterprise Java
The Drools and jBPM KIE Apps platform
With the Drools and jBPM (KIE) 6 series came a new workbench, with the promise of eventual end user extensibility.…
Read More »