Latest Java Tutorials - 101 to 120 of 1012

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: 2,501    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: 2,391    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: 2,474    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
Java Basics: Java Class Structure Examples
Java Basics: Java Class Structure Examples
2022-12-16 13:30:28    Views: 2,356    in Java Core > The Java Language

Get proper understanding about Java class structure with code examples

0 comments
Download and Install Oracle JDK 19 on macOS
Download and Install Oracle JDK 19 on macOS
2022-12-07 05:27:36    Views: 2,358    in Java SE

Guide to download and install Oracle JDK 19 on macOS step by step.

0 comments
Download and Install OpenJDK 19 on macOS
Download and Install OpenJDK 19 on macOS
2022-12-05 04:15:25    Views: 2,538    in Java SE

Guide to download and install OpenJDK 19 on macOS, step by step.

0 comments
Spring Data JPA One to One Mapping Examples
Spring Data JPA One to One Mapping Examples
2022-12-01 15:33:48    Views: 3,124    in Frameworks > Spring Boot

Java code examples for mapping one to one entity relationship with Spring Data JPA. One to one with shared primary key; one to one with foreign key and one to one with join table.

1 comments
Java Servlet - How to Get IP Address of Client
Java Servlet - How to Get IP Address of Client
2022-11-22 14:01:01    Views: 2,313    in Java EE > Servlet

Java servlet code examples to get IP address of web users

0 comments
Spring Data JPA Composite Primary Key Examples
Spring Data JPA Composite Primary Key Examples
2022-11-19 13:48:14    Views: 3,684    in Frameworks > Spring

Guide and code examples for mapping composite primary key in Spring Data JPA

1 comments
Hibernate Composite Primary Key Examples
Hibernate Composite Primary Key Examples
2022-11-03 13:29:39    Views: 3,656    in Frameworks > Hibernate

Hibernate code examples to map composite primary keys, including foreign key reference in composite ID class.

0 comments
Spring Data JPA Hibernate String Primary Key Example
Spring Data JPA Hibernate String Primary Key Example
2022-10-25 13:35:56    Views: 5,070    in Frameworks > Spring

Spring Data JPA Hibernate example: How to use ID field with String data type that maps to string primary key column in database.

1 comments
Download and Install Oracle JDK 19 on Windows
Download and Install Oracle JDK 19 on Windows
2022-10-22 08:06:11    Views: 2,856    in Java SE

Guide to download and install Oracle JDK 19 on Windows operating system, step by step

3 comments
Download and Install OpenJDK 19 on Windows
Download and Install OpenJDK 19 on Windows
2022-10-20 07:00:19    Views: 2,827    in Java SE

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

2 comments
Undeploy (Remove) Apps from Heroku
Undeploy (Remove) Apps from Heroku
2022-10-14 09:03:43    Views: 3,213    in Heroku

How to undeploy (remove, delete) applications from Heroku, using Heroku web interface and Heroku CLI

0 comments
[FIXED] Heroku Java Deploy Maven Error Invalid Target Release
[FIXED] Heroku Java Deploy Maven Error Invalid Target Release
2022-10-10 08:40:31    Views: 2,406    in Heroku

Solutions to fix the error "invalid target release" when deploy Java app on Heroku with Maven and Git in command line.

0 comments
How to Use Postman for Testing REST APIs (Test CRUD Operations)
How to Use Postman for Testing REST APIs (Test CRUD Operations)
2022-09-27 14:11:01    Views: 4,290    in REST APIs

A beginner guide to REST APIs testing using Postman - Test CRUD APIs (Create, Retrieve, Update and Delete).

0 comments
How to Use curl for Testing REST APIs (Test CRUD Operations)
How to Use curl for Testing REST APIs (Test CRUD Operations)
2022-09-04 03:53:29    Views: 16,106    in REST APIs

How to test REST APIs in command line/terminal using curl command and its options. curl examples for testing CRUD REST APIs.

0 comments
Spring Boot REST API Request Validation Examples
Spring Boot REST API Request Validation Examples
2022-08-23 23:49:35    Views: 5,843    in Frameworks > Spring Boot

Code examples for validating REST API requests with Spring Boot, Java Bean Validation and Hibernate Validator. REST API request validation examples.

2 comments
Download and Install Maven on macOS
Download and Install Maven on macOS
2022-08-01 23:51:22    Views: 3,784    in Tools > Maven

A step-by-step guide to download and install Apache Maven on macOS. How to use Maven command tool to generate, build and package a Java project.

1 comments
Download and Install Maven on Windows
Download and Install Maven on Windows
2022-07-31 14:23:49    Views: 3,736    in Tools > Maven

A step-by-step guide to get started with Apache Maven on Windows: download, install Maven; create, build and run first Java project with Maven.

1 comments