Search Results for: java 8
-
jetty
Jetty SSL Configuration Example
In this example, we are going to configure SSL on Jetty Server. We are first generate SSL key and certificates using…
Read More » -
spring
Spring Batch Job Example
In this article we present an example of setting up a Spring Batch Job that reads data from a CSV…
Read More » -
Apache Camel
Apache Camel Spring Example
Spring is the inversion of controller framework. Spring’s power comes in the way one can configure a bean and wire…
Read More » -
jetty
Jetty Tutorial for Beginners
In this article, we will give brief information about Jetty and provide examples of Java application deployment on Jetty. Our examples…
Read More » -
bind
JAXB marshal example
In this example we are going to show how to use the JAXB marshal functionalities. JAXB offers the possibility to…
Read More » -
Enterprise Java
How to Subscribe a Kafka Consumer to Multiple Topics
Apache Kafka is a leading distributed streaming platform that enables the building of real-time data pipelines and streaming applications. One…
Read More » -
Core Java
Construct HashMap from String
1. Introduction Java’s HashMap class is a widely used data structure that stores key-value pairs. In this tutorial, we’ll aim…
Read More » -
Enterprise Java
Introduction to Apache Kafka
Apache Kafka provides a reliable, scalable, and fault-tolerant messaging system that enables the exchange of data streams between multiple applications…
Read More » -
spring
Validate Boolean type in Spring Boot
In a Spring Boot application, validating the Boolean type ensures data integrity and application reliability. By enforcing constraints on Boolean…
Read More » -
Enterprise Java
@FormDataParam vs. @FormParam in Jersey
Handling form data is a fundamental aspect of building interactive and dynamic applications. When working with Jersey, a popular framework…
Read More »