Do you want your ad here?

Contact us to get your ad seen by thousands of users every day!

[email protected]

Preparing for Spring Framework 7 and Spring Boot 4

  • August 11, 2025
  • 25004 Unique Views
  • 5 min read
3 Ways to Refactor Your Code in IntelliJ IDEA

In this blog, we’re going to look at 3 ways to refactor your code in IntelliJ IDEA.

Simplifying your code has lots of advantages, including improving readability, tackling technical debt, and managing ever-changing requirements. The three types of refactoring we will look at in this blog are:

– Extracting and Inlining
– Change Signature
– Renaming

5 Tips to Create Secure Docker Images for Java Applications

Docker is the most widely used way to containerize your application. With Docker Hub, it is easy to create and pull pre-created images.

7 Reasons Why, After 26 Years, Java Still Makes Sense!

After many discussions with Java developers, combined with my personal experiences with the Java community and platform, here are the key reasons why Java developers love Java after all these years!

A Simple Service with Spring Boot

I will demonstrate how to create a simple Web Service using Spring Boot.  This framework makes it almost effortless to develop web services, so long as the appropriate dependencies are in place.

In this example, I will create a Web Service that will read the current temperature from a file and make it available to clients via a RESTful endpoint.

A Walk to Lazy Fetching With Hibernate and Spring Data JPA

Using FetchType.EAGER is a very bad practice, since our services may not require all the data of the mapped entities in all cases.

Do you want your ad here?

Contact us to get your ad seen by thousands of users every day!

[email protected]

Comments (4)

Highlight your code snippets using [code lang="language name"] shortcode. Just insert your code between opening and closing tag: [code lang="java"] code [/code]. Or specify another language.

Gregory Williams avatar

Gregory Williams

3 months ago

Typo: @Retrayable -> @Retryable

-12

Highlight your code snippets using [code lang="language name"] shortcode. Just insert your code between opening and closing tag: [code lang="java"] code [/code]. Or specify another language.

Mahendra Rao B avatar

Mahendra Rao B

3 months ago

Thanks Gregory Williams :) Corrected!

16

Highlight your code snippets using [code lang="language name"] shortcode. Just insert your code between opening and closing tag: [code lang="java"] code [/code]. Or specify another language.

Robert avatar

Robert

3 months ago

https://spring.io/blog/2025/03/10/null-safety-in-spring-apps-with-jspecify-and-null-away. <--not working (dot at the end) https://spring.io/blog/2025/03/10/null-safety-in-spring-apps-with-jspecify-and-null-away <-- works! (no dot)

Highlight your code snippets using [code lang="language name"] shortcode. Just insert your code between opening and closing tag: [code lang="java"] code [/code]. Or specify another language.

Mahendra Rao B avatar

Mahendra Rao B

3 months ago

Thanks for your time, Robert; I have corrected it.

19

Highlight your code snippets using [code lang="language name"] shortcode. Just insert your code between opening and closing tag: [code lang="java"] code [/code]. Or specify another language.

Subscribe to foojay updates:

https://foojay.io/feed/
Copied to the clipboard