Latest Java Tutorials - 81 to 100 of 988

[Eclipse] How to Fix Error: project description file (.project) for … is missing
[Eclipse] How to Fix Error: project description file (.project) for … is missing
2023-06-30 11:14:38    Views: 1,705    in IDEs > Eclipse

How to fix the error: The project description file (.project) for 'ProjectName' is missing in Eclipse IDE.

0 comments
How to set JSON property name in Java
How to set JSON property name in Java
2023-06-30 00:30:45    Views: 1,597    in REST APIs

Code examples of using @JsonProperty to set custom property names in JSON object. Applied in Java Spring projects that use Jackson library.

0 comments
JSON Ignore Field in Response with Jackson @JsonIgnore Annotation
JSON Ignore Field in Response with Jackson @JsonIgnore Annotation
2023-06-28 10:04:05    Views: 1,577    in REST APIs

Code examples of using @JsonIgnore annotation to ignore some fields in JSON response. Applied in Java Spring projects that use Jackson library.

0 comments
Download and Install Oracle JDK 20 on macOS
Download and Install Oracle JDK 20 on macOS
2023-05-02 09:55:07    Views: 1,788    in Java SE

Guide to setup Java Development Kit (JDK) on macOS with Oracle JDK 20, step by step.

0 comments
Download and Install OpenJDK 20 on macOS
Download and Install OpenJDK 20 on macOS
2023-05-02 04:33:12    Views: 1,573    in Java SE

Guide to setup Java Development Kit (JDK) on macOS by downloading and installing OpenJDK 20, step by step.

1 comments
Download and Install Oracle JDK 20 on Windows
Download and Install Oracle JDK 20 on Windows
2023-05-01 09:16:39    Views: 1,704    in Java SE

Step by step guide to setup Java Development Kit (JDK) with Oracle JDK 20 on Windows operating system.

1 comments
Download and Install OpenJDK 20 on Windows
Download and Install OpenJDK 20 on Windows
2023-04-29 03:25:10    Views: 1,732    in Java SE

Guide to download and install OpenJDK 20 on Windows operating system, step by step.

0 comments
JSON Fields Order using Jackson @JsonPropertyOrder Examples
JSON Fields Order using Jackson @JsonPropertyOrder Examples
2023-04-25 08:51:15    Views: 2,190    in REST APIs

Code examples using @JsonPropertyOrder to sort fields in a JSON object with Jackson library

0 comments
Spring @Configuration Annotation Examples
Spring @Configuration Annotation Examples
2023-04-21 10:41:23    Views: 2,166    in Frameworks > Spring

Understand the meaning, purpose and usage of @Configuration annotation in Spring framework with code examples

0 comments
Spring @Repository Annotation Examples
Spring @Repository Annotation Examples
2023-04-19 06:50:21    Views: 2,078    in Frameworks > Spring

Understand the meaning, purpose and usage of @Repository annotation in Spring framework with code examples

0 comments
Spring @Component Annotation Examples
Spring @Component Annotation Examples
2023-04-14 04:15:27    Views: 2,438    in Frameworks > Spring

Understand what, why and how the @Component annotation is used in Spring framework with code examples

0 comments
Spring @Service Annotation Examples
Spring @Service Annotation Examples
2023-04-11 07:41:26    Views: 2,314    in Frameworks > Spring

Understand what, why and how the @Service annotation is used in Spring framework with code examples

0 comments
Spring Boot Unit Testing REST APIs Tutorial
Spring Boot Unit Testing REST APIs Tutorial
2023-03-15 07:55:36    Views: 2,958    in Frameworks > Spring Boot

How to code unit tests for REST APIs with Spring framework, Spring Boot, Spring MVC, Spring Test, JUnit, Mockito with full code examples.

0 comments
Spring Boot REST API Validate Query Parameters Examples
Spring Boot REST API Validate Query Parameters Examples
2023-03-01 07:18:09    Views: 3,119    in Frameworks > Spring Boot

Guide and code examples to validate query parameters (request parameters) with Spring Boot and Jakarta Bean validation.

0 comments
Spring Boot REST API Validate Path Variables Examples
Spring Boot REST API Validate Path Variables Examples
2023-02-24 14:46:01    Views: 2,992    in Frameworks > Spring Boot

Code examples to validate path parameters (path variables) of REST APIs with Spring Boot and Jakarta validation constraints

0 comments
Generate Random Strings in Java Examples
Generate Random Strings in Java Examples
2023-01-13 06:32:44    Views: 2,238    in Coding

Java code examples for generate random strings, random numbers, using Java core and Apache Commons Lang library.

1 comments
Spring Data JPA Sorting by Multiple Columns Examples
Spring Data JPA Sorting by Multiple Columns Examples
2022-12-31 10:09:17    Views: 2,059    in Frameworks > Spring Boot

Spring Data JPA code examples for sorting a collection of entities by multiple columns

0 comments
Spring Data JPA - How to Sort by Nested Property Examples
Spring Data JPA - How to Sort by Nested Property Examples
2022-12-27 07:18:31    Views: 1,874    in Frameworks > Spring Boot

Java code examples of how to sort a collection by nested property with Spring Data JPA

0 comments
Spring TestPropertySource - Run Unit Tests with Different Properties Files
Spring TestPropertySource - Run Unit Tests with Different Properties Files
2022-12-23 06:11:59    Views: 1,827    in Frameworks > Spring

How to use TestPropertySource annotation in Spring for test classes to run unit tests with different properties files.

0 comments
Java Core: What is Abstract Class in Java
Java Core: What is Abstract Class in Java
2022-12-21 14:21:41    Views: 1,879    in Java Core > The Java Language

Get better understand about Java abstract class. What is abstract class. When using abstract class. Java abstract class examples.

0 comments