-
Core Java
Built-in Fake Objects
While mock objects are perfect instruments for unit testing, mocking through mock frameworks may turn your unit tests into an…
Read More » -
Enterprise Java
Embedding a XMPP server inside your JSF Web Application using Vysper, TomEE and PrimeFaces
I have an application that needs to notify the user when some job is done. It uses JSF and Primefaces,…
Read More » -
Enterprise Java
jQuery Ajax – Servlets Integration: Building a complete application
There are many tutorials around the web that explain some stuff about web development in Java using servlets and JSP…
Read More » -
Scala
Akka Notes – Actor Messaging – 1
From the introductory first part of the Akka Notes, we saw a bird’s eye view of Actors in the Akka…
Read More » -
Core Java
Hazelcast’s MapLoader pitfalls
One of the core data structures provided by Hazelcast is IMap<K, V> extendingjava.util.concurrent.ConcurrentMap – which is basically a distributed map,…
Read More » -
Enterprise Java
Log your miles and community runs: Java EE 7 Real World Experience
miles2run.org is an easy way to track your running activities and share with friends and families. Day-based or distance-based goals can…
Read More » -
Core Java
Asynchronous SQL Execution with jOOQ and Java 8’s CompletableFuture
Reactive programming is the new buzzword, which essentially just means asynchronous programming or messaging. Fact is that functional syntax greatly…
Read More » -
Android Core
How to run junit tests inside the android project
Hi there! Today i’m gonna show you how to create and run junit tests inside your android project without creating…
Read More » -
Scala
For All You Know, It’s Just a Java Library
Blast from the past… I wrote this in May, 2008… and I’ve gotta say, I was pretty spot-on including Java…
Read More »