Search Results for: java 8
-
Git
Git Clone Branch Example
1. Introduction In my previous posts about Git, most of the contents are focusing on local repository operation. So in…
Read More » -
PowerMockito
PowerMockito Tutorial for Beginners
A unit test should test a class in isolation. Side effects from other classes or the system should be eliminated…
Read More » -
Apache Hadoop
Apache Hadoop Administration Tutorial
In this tutorial, we will look into the administration responsibilities and how to administer the Hadoop Cluster. 1. Introduction Apache…
Read More » -
Batch
Spring Batch Exception Handling Example
Through this article, we are going to show you Spring batch exception handling, No job is perfect! Errors happen. You…
Read More » -
Scala
Scala REST Example
In this Example series, we will see how to have a REST (Web) Application in Scala. The following table shows…
Read More » -
HikariCP
HikariCP Connection Pooling Example
In the past examples we have demonstrated what is connection pooling and what are its benefits. We have studied how…
Read More » -
jetty
Jetty Continuations Example
In this example, we will show how to use Jetty Continuations. Continuations are a way to implement asynchronous servlets. Added…
Read More » -
activity
Android Activity Transition Example
The transitions between different Android Activites consist of animations that are used when we enter and exit a specific Activity.…
Read More » -
Vaadin
Vaadin Example Application
An application is a computer program created to perform a group of useful tasks for an end user. Application could…
Read More » -
Apache Hadoop
Hadoop Mapper Example
In this example, we will discuss and understand Hadoop Mappers, which is the first half of the Hadoop MapReduce Framework.…
Read More »