-
Core Java
Eliminating Development Redeploys using Gradle
For service development, my team recently moved away from Grails to the Dropwizard framework. One of the things I really…
Read More » -
Android Core
Android promoted Actions: Floating action button (FAB)
Recently new design pattern were introduced in Android. One of the most known pattern is the Promoted Actions. They are…
Read More » -
Enterprise Java
One Jar To Rule Them All: Apache TomEE + Shrinkwrap == JavaEE Boot
WARNING: I am not an expert of Spring Boot. There are a lot of things that I find really interesting…
Read More » -
Enterprise Java
Java EE + MongoDb with Apache TomEE and Jongo Starter Project
Know MongoDB and Java EE, but you don’t know exactly how to integrate both of them? Do you read a…
Read More » -
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 »