Latest Java Tutorials - 101 to 120 of 988

Java Basics: Java Class Structure Examples
Java Basics: Java Class Structure Examples
2022-12-16 13:30:28    Views: 1,687    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: 1,679    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: 1,774    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: 2,289    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: 1,445    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,790    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,788    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,725    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,004    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,035    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: 2,344    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,991    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: 3,200    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,797    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: 4,272    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,574    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: 2,605    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,693    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: 3,162    in Frameworks > Spring

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

9 comments
Spring Security Multiple Login Pages Examples
Spring Security Multiple Login Pages Examples
2022-07-17 22:53:30    Views: 3,421    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