How to Make a Deep Copy of an Object in Java
Learn how to make a deep copy of an object in Java.Learn different ways to create a deep copy of an object in Java, and why to prefer a deep copy over a shallow copy.
Learn how to make a deep copy of an object in Java.Learn different ways to create a deep copy of an object in Java, and why to prefer a deep copy over a shallow copy.
Learn how to calculate the difference between dates in Java, before Java 8 and with Java 8.explored the possibility to use Joda-Time API for the calculations.
Welcome to Java Weekly Newsletter Issue 28. Get a basic understanding of the microservices architecture. The limitation to keep in mind while using Java and Docker together.
A step-by-step guide to configure MySQL for Spring Boot application. Learn how to override default data source configurations provided by Spring Boot to use MySQL as the underlying database.
Welcome to Java Weekly Newsletter Issue 27. A quick guide to Thymeleaf setup for your Spring Boot application. Learn to deploy a Spring Boot app on Kubernetes.
A quick guide to Thymeleaf setup for your Spring Boot application.Learn Spring Boot Thymeleaf configurations and how to customize the Thymeleaf behavior.
A step by step guide to building a Spring Boot application using IntelliJ IDEA.Learn how to build and run Spring Boot application using IntelliJ.
Welcome to Java Weekly Newsletter issue 26. Why make REST API Discoverable and what the different ways to make your RESTful API discoverable. Take a look at Project Lombok and what it has to offer us.
A guide to the REST API Discoverability.Learn why make the REST API discoverable and what the different ways to make your RESTful API discoverable.
An introduction to the best Java books.Get a list of the best book available for beginner, intermediate and advanced learners.
Welcome to Java Weekly Newsletter issue 25. Get an understanding of the HTTP client introduced in Java 9.Learn how to lazily instantiate and control the Spring beans using the @Lazy annotation.
Guide to the HTTP Client in Java 9.Explore the new Java 9 HttpClient module which provides a lot of flexibility and powerful features.
Guide to the Spring @Lazy annotation. Learn how to lazily instantiate and control the Spring beans using the @Lazy annotation.
Welcome to Java Weekly Newsletter issue 24. Learn to create custom endpoints in Spring Boot Actuator.Learn some interesting facts about Java 10.
Guide to running a Spring Boot applications as a service.Learn how to run Spring Boot services on both Linux and Window system.
A guide to creating a custom endpoint in Spring Boot Actuator.Learn how to create custom endpoints in Spring Boot 1.x and 2.x.
Learn data conversion for Spring REST API.A guide to simpler conversions from Entities to DTOs and back in a Spring REST API.
Welcome to Java Weekly Newsletter issue 23. A peek inside the features of Spring Boot Actuator framework.Learn about Java 10 features with IntelliJ IDEA webinar.
A quick guide to spring autowired and bean autowiring feature.A guide to the usage of Springs @Autowired annotation and qualifiers. Learn when to use @Qualifier annotation.
Introduction to the new types of @RequestMapping shortcuts introduced in the latest Spring release for quick web development using traditional Spring MVC framework.