Spring Boot REST H2

In this article we create a simple Spring Boot RESTful application with H2 database.

JSTL forEach tag

JSTL forEach tutorial shows how to use the forEach tag from the JSTL library.

Spring Boot iText

In this tutorial, we show how to create a PDF report with iText and Spring Boot. The data is retrieved from H2 database.

jQuery Autocomplete

jQuery Autocomplete

In jQuery Autocomplete tutorial, we show how to use the jQuery Autocomplete component. The Autocomplete component displays filtered data from a Java servlet.

Using jQuery DatePicker in JSP and PHP

Using jQuery DatePicker in JSP and PHP

In jQuery DatePicker tutorial, we show how to use jQuery DatePicker component. The chosen date is displayed in Java JSP and PHP pages.

Using jsGrid component

Using jsGrid component

In this tutorial, we retrieve data from a Derby database and display it in a jsGrid component.

Java local variable type inference

Java local variable type inference tutorial shows the new feature of Java 10 — local variable type inference. Type inference is the ability of a compiler to infer the data type from the right side of an assigment.

Java Servlet Weld

Java Servlet Weld tutorial shows how to use dependency injectinon in a Java Servlet with Weld.

Jersey application with embedded Jetty

In this tutorial, we create a simple Java REST application with Jersey and embedded Jetty. We show how to create an uber JAR.

Java Servlet read web page

Java Servlet read web page

Java Servlet read web page tutorial shows how to read a web page in a Java Servlet.