Enterprise Java
-
Taming the JMX on WebLogic Server
Let assume couple things first: I assume you have heard of Java’s JMX features and familiar what it does (expose…
Read More » -
Parsing ESPN API using Java and Google GSON
For my first post, I’ll explain how to parse the ESPN API. The API documentation can be found at http://developer.espn.com/docs.…
Read More » -
Spring MVC: Validator and @InitBinder
It’s hard to imagine a web-application which doesn’t has some validation logic for an user data. Almost all user’s data…
Read More » -
Searchable documents? Yes You Can. Another reason to choose AsciiDoc
Elasticsearch is a flexible and powerful open source, distributed real-time search and analytics engine for the cloud based on Apache…
Read More » -
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 » -
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 » -
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 » -
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 » -
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 »