-
Enterprise Java
GlassFish 4 brings Java EE 7
What a surprise. Apple had nothing to offer at wwdc except the new iOS 7 launch. Might be coincidence that shortly…
Read More » -
Android Core
Android Fragment transaction: FragmentManager and Backstack
Fragments are useful when we want to support multiple screen size. To manage fragments we need a FragmentManager that help us…
Read More » -
Enterprise Java
Guava’s EventBus – Simple Publisher/Subscriber
Looking over recent additions to Google’s Guava Libraries Release 10 I noticed the addition of EventBus. This is a lightweight…
Read More » -
Clojure
Clojure macros for beginners
This article will guide you step-by-step (or even character-by-character) through the process of writing macros in Clojure. I will focus…
Read More » -
Enterprise Java
Setting up Apache Hadoop Multi – Node Cluster
We are sharing our experience about Apache Hadoop Installation in Linux based machines (Multi-node). Here we will also share our…
Read More » -
Android Core
Android ListView context menu: ActionMode.CallBack
In this post we want to analyze the context menu (contextual action bar). This is a menu that is related…
Read More » -
Enterprise Java
Running Map-Reduce Job in Apache Hadoop (Multinode Cluster)
We will describe here the process to run MapReduce Job in Apache Hadoop in multinode cluster. To set up Apache…
Read More » -
Android Core
Android: Navigation drawer with account picker – Google Drive SDK
This post describes how to create a navigation drawer with an account picker. Navigation drawer is a new UI pattern…
Read More » -
Enterprise Java
Java EE CDI programmatic dependency disambiguation example – Injection Point inspection
In this tutorial we shall see how we can avoid programmatic dependency disambiguation when injecting Java EE CDI beans. We…
Read More »