Latest Java Tutorials - 61 to 80 of 945

Spring Data JPA One to One Mapping Examples
Spring Data JPA One to One Mapping Examples
2022-12-01 15:33:48    Views: 1,888    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.

0 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: 1,207    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: 2,296    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: 2,300    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: 2,285    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: 1,630    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: 1,620    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: 1,988    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: 1,656    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: 2,585    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: 3,127    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: 3,515    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: 2,098    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.

0 comments
Download and Install Maven on Windows
Download and Install Maven on Windows
2022-07-31 14:23:49    Views: 2,084    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
Download and Install Spring Tool Suite IDE on macOS
Download and Install Spring Tool Suite IDE on macOS
2022-07-31 04:34:46    Views: 2,290    in Frameworks > Spring

This is a step-by-step guide to download and install Spring Tool Suite IDE (Spring Tools for Eclipse) on macOS

1 comments
Download and Install Spring Tool Suite IDE on Windows
Download and Install Spring Tool Suite IDE on Windows
2022-07-27 15:07:27    Views: 2,622    in Frameworks > Spring

Guide to download and install Spring Tool Suite IDE on Windows, step by step.

8 comments
Spring Security Multiple Login Pages Examples
Spring Security Multiple Login Pages Examples
2022-07-17 22:53:30    Views: 2,814    in Frameworks > Spring Boot

Java Spring Security code examples for multiple login pages (for admin and user) with same or different authentication sources

3 comments
Spring Boot REST API CRUD with HATEOAS Tutorial
Spring Boot REST API CRUD with HATEOAS Tutorial
2022-07-09 15:46:36    Views: 3,615    in Frameworks > Spring Boot

Tutorial for developing REST APIs that follow HATEOAS principle with Spring Boot and Spring HATEOAS. Adding hypermedia links for REST APIs.

2 comments
Spring Boot Read Values from Application Properties File
Spring Boot Read Values from Application Properties File
2022-06-27 09:47:41    Views: 3,302    in Frameworks > Spring Boot

Java Spring Boot code examples to read values from application properties file

2 comments
Spring Security without Password Encoding - Plain Text Password
Spring Security without Password Encoding - Plain Text Password
2022-06-19 08:58:38    Views: 3,209    in Frameworks > Spring Boot

How to use plain text password in Spring-based application, without password encoding, for testing purposes.

1 comments