Search Results for: java 8
-
Core Java
Groovy Closure Example
In this example I’ll explain closures in Groovy. According to Sabesta’s nice book Concepts of Programming Languages, defining a closure…
Read More » -
spring
Spring Data Solr Example
In this example, we will demonstrate how to integrate Spring data with Apache Solr. Solr is a search engine built…
Read More » -
spring
Spring Data MongoDB REST Example
In this tutorial, I will show you how to develop a RESTful web application by using Spring and MongoDB without…
Read More » -
Apache Solr
Solr Faceted Search Example
In this example of Solr faceted search, we will discuss about the use of faceting the data and also discuss different…
Read More » -
junit
JUnit NetBeans Example
1. Introduction In this post I will introduce the basics of writing and running JUnit unit tests in NetBeans IDE.…
Read More » -
Apache JMeter
JMeter BeanShell Example
In this example, we will demonstrate the use of BeanShell components in Apache JMeter. We will go about writing a…
Read More » -
Gradle
Gradle NetBeans Example
In this example, we will explain how to integrate Gradle with NetBeans IDE and how to perform basic Gradle tasks.…
Read More » -
spring
Spring Data Redis Example
In the past few examples, we have been integrating Spring Data with the NoSql Databases. In this example, we shall…
Read More » -
junit
JUnit Test Suite Example
1. Introduction A JUnit Test suite is used to bundle multiple test cases together in a single run. This is…
Read More » -
gwt
GWT Spring Security Example
In this example we will learn how to secure our GWT application using Spring Security. Tools and technologies used in…
Read More »