Latest Java Tutorials - 81 to 100 of 1012

Spring @Bean Annotation Examples
Spring @Bean Annotation Examples
2023-07-22 23:44:46    Views: 2,854    in Frameworks > Spring

Nice explanation and various code examples about @Bean annotation in Spring framework.

0 comments
Spring @RestController Annotation Examples
Spring @RestController Annotation Examples
2023-07-06 00:26:45    Views: 2,572    in Frameworks > Spring

Understand the meaning and how to use the @RestController annotation in Spring framework.

0 comments
Spring @Controller Annotation Examples
Spring @Controller Annotation Examples
2023-07-01 12:23:15    Views: 49,273    in Frameworks > Spring

Spring framework's @Controller annotation explanation and code examples

0 comments
[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: 2,383    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: 361,421    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: 113,998    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: 2,557    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: 2,361    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: 2,685    in Java SE

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

2 comments
Download and Install OpenJDK 20 on Windows
Download and Install OpenJDK 20 on Windows
2023-04-29 03:25:10    Views: 2,638    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: 27,961    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: 3,355    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,999    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: 3,355    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: 3,229    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: 3,862    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.

1 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,903    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: 8,782    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,946    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,662    in Frameworks > Spring Boot

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

0 comments