Java Development
-
Apache Hadoop Distcp Example
In this example, we are going to show you how to copy large files in inter/intra-cluster setup of Hadoop using…
Read More » -
JAX-WS Endpoint Example
In this example we shall see how to use JAX-WS Endpoint. Literally talking about web service endpoint, it is a resource…
Read More » -
Ninja Web Framework Tutorial – Part 1
Introduction This is a two part series that will demonstrate the features of Ninja Web Framework and how to build…
Read More » -
How Map/HashMap Works Internally in Java
This is one of the java interview questions that can put the candidate in a challenge. Most of java developers…
Read More » -
Play! Framework Session Example
Today, on most web applications, there is data we need to be sent across multiple http requests while the user…
Read More » -
How to Install Solr on Ubuntu
In this example of “how to install Solr on Ubuntu” we will discuss about how to download and install Solr…
Read More » -
Java as RESTful backend of Angular.js
1. Introduction In my last series of posts about real-time applications, I set up a little Java web application with…
Read More » -
Maven Compiler Plugin Example
In this example we are going to see most of the capabilities from the maven compiler plugin. Maven is a…
Read More » -
Java Nio Socket Example
This article introduces the SocketChannel class and its basic usage. This class is defined in the java.nio package. …
Read More »