Search Results for: java 8
-
jsf
JSF Backing Bean Example
With this example, we are going to demonstrate how to use Backing Bean in JavaServer Faces (JSF) to develop a…
Read More » -
Boot
Spring Boot MongoDB Crud Operations Example
Welcome readers, in this tutorial, we will explore the MongoDB Crud operations in a spring boot application. 1. Introduction Spring…
Read More » -
Boot
Spring Boot JAX-RS Example
In this example, we will demonstrate how to build a JAX-RS web service with Spring Boot. 1. Introduction REST (Representational…
Read More » -
Boot
Spring Boot ElasticSearch Tutorial
Welcome readers, in this tutorial, we will explore the Elasticsearch functionality in a spring boot application. 1. Introduction Spring Boot…
Read More » -
JBoss WildFly
JBoss Wildfly Installation on Ubuntu Example
This is an article about JBoss Wildly Installation on Ubuntu. JBoss WildFly admin module manages the applications deployed on its…
Read More » -
Enterprise Java
JWT Tutorial for Beginners
1. Introduction JSON Web Tokens are described by the Internet Engineering Task Force (IETF) RFC 7519 as: a compact URL-safe…
Read More » -
Boot
Spring Boot Application Properties Example
In this example, we will demonstrate how to configure a Spring Boot application using the application.properties file. 1. Introduction Spring…
Read More » -
Boot
Spring Boot @CrossOrigin Annotation Example
Cross-origin resource sharing (CORS) is a standard protocol that defines the interaction between a browser and a server for safely…
Read More » -
Security
Spring Security Remember Me Example
Welcome readers, in this tutorial, we will explore the Remember Me login feature of the spring security module. 1. Introduction…
Read More » -
Logback
Logback Custom Appender Example
This article discusses creating a custom Appender for logback, a logging framework for the Java application. 1. Introduction to Logback…
Read More »