-
Functional Interfaces, Lambda Expressions and Method References in Java
Published: March 23, 2023 by Julian Jupiter
Since Java 8, lambda expressions have been supported via functional interfaces. Check out this tutorial on using functional interfaces, lambda expressions and method references.
-
JDK 15: The New Features in Java 15
Published: September 15, 2020 by Julian Jupiter
New features in Java 15 which has become GA today, September 15, 2020.
-
RESTful Web Service API with Spring Boot and Spring MVC
Published: September 13, 2020 by Julian Jupiter
This post walks you through the process of creating RESTful web service API with Spring Boot and Spring MVC.
-
Java Web Application with Embedded Tomcat
Published: August 31, 2019 by Julian Jupiter
This tutorial is to create a Java web application using embedded Apache Tomcat web server.
-
How to Create Maven and Gradle Wrapper
Published: August 12, 2019 by Julian Jupiter
This post walks you through how to create wrapper for Maven and Gradle build tools.
-
Java 8 New Language Features
Published: July 06, 2019 by Julian Jupiter
This post discusses the new features introduced to Java 8 language.
-
Installation of PHP 7 on Windows 10
Published: December 07, 2017 by Julian Jupiter
Step-by-step setup of PHP 7 on Windows 10.
-
Step-by-step Installation of Ubuntu Server 16.04 LTS
Published: May 01, 2016 by Julian Jupiter
Step-by-step tutorial about installation of Ubuntu Server 16.04 LTS.
-
CRUD in Spring Boot with Spring Data JPA
Published: April 11, 2016 by Julian Jupiter
Tutorial about CRUD operations in Spring Boot with Spring Data JPA.
-
Simple Spring MVC Application with Java Configuration
Published: November 28, 2015 by Julian Jupiter
Simple Spring MVC application with Java configuration instead of XML.