Latest Java Tutorials

Java Development Kit Download and Install Oracle JDK 25 on Windows
Java Development Kit Download and Install Oracle JDK 25 on Windows
2026-09-21 11:06:02    Views: 1    in Java SE

The only guide you need to download and install Java Development Kit (JDK) on Windows computer with Oracle JDK 25 distribution. Step by step guide, in-depth instruction, clear illustration screenshots.

0 comments
The 80/20 Rule in Programming: 10 Things I’ve Learned from Real Software Projects
The 80/20 Rule in Programming: 10 Things I’ve Learned from Real Software Projects
2026-09-05 09:04:52    Views: 55    in Coding

Discover how the 80/20 rule applies to real-world programming and software development, from reading code and fixing bugs to performance, teamwork, libraries, features, project planning, and AI-generated code. These 10 facts may help you resolve some issues in your software project.

0 comments
Spring Authorization Server Example with OAuth 2 Client Credentials Grant Type and Database Users
Spring Authorization Server Example with OAuth 2 Client Credentials Grant Type and Database Users
2025-04-04 07:32:02    Views: 1,802    in REST APIs

Code examples to implement an authorization server with persistent client credentials using Spring Security OAuth2 Authorization Server library. The client credentials are stored in a relational database (MySQL).

0 comments
How to Customize Access Token Generation in Spring Authorization Server
How to Customize Access Token Generation in Spring Authorization Server
2025-03-22 03:29:36    Views: 1,755    in REST APIs

Code examples about modifying the JWT access tokens generated by Spring authorization server, including add, update and remove claims.

0 comments
How to Completely Uninstall IntelliJ IDEA from macOS
How to Completely Uninstall IntelliJ IDEA from macOS
2025-03-20 14:06:02    Views: 50,016    in IDEs > IntelliJ IDEA

Guide to fully delete a standalone installation of IntelliJ IDEA from macOS

0 comments
Spring Authorization Server Example with OAuth 2 Client Credentials and In-memory Users
Spring Authorization Server Example with OAuth 2 Client Credentials and In-memory Users
2025-02-12 06:52:02    Views: 2,174    in REST APIs

Guide to implement Spring authorization server with OAuth2 client credentials grant type and in-memory clients (users) with Java code examples. REST clients then call the authorization server to obtain new access tokens to access protected APIs and resources.

0 comments
How to Fix OAuth2AuthorizationServerConfiguration's applyDefaultSecurity() Method Deprecated
How to Fix OAuth2AuthorizationServerConfiguration's applyDefaultSecurity() Method Deprecated
2024-12-29 06:30:28    Views: 3,615    in Frameworks > Spring

Solution to fix the error: The method applyDefaultSecurity(HttpSecurity) from the type OAuth2AuthorizationServerConfiguration has been deprecated

0 comments
Download and Install OpenJDK 23 on macOS
Download and Install OpenJDK 23 on macOS
2024-11-01 23:42:02    Views: 488    in Java SE

The complete guide to set up Java Development Kit (JDK) version 23 on Mac computers with OpenJDK 23 binary distribution.

0 comments
Download and Install OpenJDK 23 on Windows
Download and Install OpenJDK 23 on Windows
2024-10-28 14:42:06    Views: 1,916    in Java SE

The complete, step-by-step guide to download, extract, install, configure and verify Java Development Kit (JDK) on Windows with OpenJDK 23 binary distribution.

0 comments
Download and Install Oracle JDK 23 on macOS
Download and Install Oracle JDK 23 on macOS
2024-10-27 10:43:43    Views: 570    in Java SE

The complete step-by-step guide to install Java Development Kit (JDK) on macOS with Oracle JDK 23. Download Oracle JDK 23 installer for macOS from official source.

0 comments
How to Install OpenSSL Library on Windows
How to Install OpenSSL Library on Windows
2024-10-21 13:22:21    Views: 886    in Coding

Check this step-by-step guide for setting up OpenSSL library and openssl command-line tool on Windows operating system.

0 comments
Download and Install Oracle JDK 23 on Windows
Download and Install Oracle JDK 23 on Windows
2024-10-21 07:43:00    Views: 979    in Java SE

Follow this step-by-step guide to set up Java Development Kit (JDK) on Windows operating system with Oracle JDK 23, so you can get started with Java programming.

4 comments
JSON Web Token (JWT) for Beginners
JSON Web Token (JWT) for Beginners
2024-10-07 12:08:11    Views: 750    in REST APIs

This article helps you easily understand the basics and fundamentals of JSON Web Token (JWT) in REST API development: what JWT is, where it is used, the structure of a JWT, and some Java libraries that support working with JWT.

0 comments
How to Decode JWTs and Verify Signature
How to Decode JWTs and Verify Signature
2024-10-04 00:09:37    Views: 748    in REST APIs

Guide to decode JWT (JSON Web Token) content using online JWT decoder tool, including verify JWT signature that is signed with secret key or public and private keys.

0 comments
Spring MVC @ResponseBody Annotation Explained
Spring MVC @ResponseBody Annotation Explained
2024-09-30 12:34:31    Views: 591    in Frameworks > Spring

Understand the semantics, syntax and usage of the SpringMVC's @ResponseBody annotation with code examples in Java web application development with the Spring framework.

0 comments
Spring MVC @RequestBody Annotation Explained
Spring MVC @RequestBody Annotation Explained
2024-09-12 06:35:29    Views: 18,573    in Frameworks > Spring

Read this post to gain better understanding of the @RequestBody annotation with code examples in Java web application development with Spring framework and Spring MVC.

0 comments
What is the use of @RequestParam Annotation in Spring MVC?
What is the use of @RequestParam Annotation in Spring MVC?
2024-09-08 08:27:07    Views: 717    in Frameworks > Spring

Guide to use @RequestParam annotation in Spring MVC with real-word code examples and clear explanation

0 comments
[Solved] Unknown column XXX in field list (Hibernate and JPA)
[Solved] Unknown column XXX in field list (Hibernate and JPA)
2024-09-07 14:23:59    Views: 797    in Frameworks > Hibernate

Check this guide for solutions for fix the error 'Unknown column XXX in field list' in Java development with Hibernate framework and JPA

0 comments
What is the Use of @Transient Annotation in JPA?
What is the Use of @Transient Annotation in JPA?
2024-09-07 04:36:35    Views: 631    in Java EE > Java Persistence API

Understand why and when to use the @Transient annotation provided Java Persistence API (JPA) with explanatory code examples

0 comments
Hibernate framework version history
Hibernate framework version history
2024-09-01 04:18:16    Views: 19,025    in Frameworks > Hibernate

Understand Hibernate framework version history with important changes in each version series

0 comments