π Common List Operations
https://springframework.guru/common-list-operations/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/common-list-operations/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Common List Operations
List is one of the most commonly used collections in Java. Some List implementations are LinkedList, ArrayList, and Stack. In this post, I will take you through some of the common operations performed on List. Overviewβ¦
π Testing Spring Boot RESTful Services
https://springframework.guru/testing-spring-boot-restful-services/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/testing-spring-boot-restful-services/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Testing Spring Boot RESTful Services
A Spring Boot RESTful service is typically divided into three layers: Repository, Service, and Controller. This layering helps to segregate the RESTful application responsibilities and enabling loose coupling between the objects. When you develop aβ¦
π Caching in Spring RESTful Service: Part 2 β Cache Eviction
https://springframework.guru/caching-in-spring-restful-service-part-2-cache-eviction/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/caching-in-spring-restful-service-part-2-cache-eviction/
β‘οΈ @SpringFrameworkZone
π Caching in Spring Boot RESTful Service: Part 1
https://springframework.guru/caching-in-spring-boot-restful-service-part-1/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/caching-in-spring-boot-restful-service-part-1/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Caching in Spring Boot RESTful Service: Part 1
Why Use Caching? When data stored in some database is requested simultaneously from a large user base, the system can get overwhelmed. This happens because for each request the application has to retrieve the dataβ¦
Spring Boot Framework pinned Β«π Java Weekly, Issue 368 https://www.baeldung.com/java-weekly-368 β‘οΈ @SpringFrameworkZoneΒ»
π Coffee with Thorben 2020-01-15 β Association Pitfalls & Enum Mappings
https://thorben-janssen.com/coffee-with-thorben-2020-01-08/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/coffee-with-thorben-2020-01-08/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
Coffee with Thorben 2020-01-15 - Association Pitfalls & Enum Mappings
In this episode, we discuss common pitfalls when mapping associations and I answer a question about customized enum mappings.
π How to Trigger and Stop a Scheduled Spring Batch Job
https://www.baeldung.com/spring-batch-start-stop-job
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-batch-start-stop-job
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
How to Trigger and Stop a Scheduled Spring Batch Job | Baeldung
Explore three different ways to trigger and stop a scheduled Spring Batch job.
π Introduction to Using Thymeleaf in Spring
https://www.baeldung.com/thymeleaf-in-spring-mvc
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/thymeleaf-in-spring-mvc
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Introduction to Using Thymeleaf in Spring | Baeldung
Thymeleaf is a templating language with excellent integration with Spring. This article provides an introduction to using Thymeleaf in a Spring MVC application.
π Entity To DTO Conversion for a Spring REST API
https://www.baeldung.com/entity-to-and-from-dto-for-a-java-spring-application
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/entity-to-and-from-dto-for-a-java-spring-application
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Entity To DTO Conversion for a Spring REST API | Baeldung
How to to simpler conversions from Entities to DTOs and back in a Spring REST API.
π #REVIEW: Whatβs new in Spring Boot 2.2
https://rieckpil.de/review-whats-new-in-spring-boot-2-2/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/review-whats-new-in-spring-boot-2-2/
β‘οΈ @SpringFrameworkZone
rieckpil
#REVIEW: What's new in Spring Boot 2.2 | rieckpil
Introduction to the new Spring Boot 2.2 release with feature like: Update to Spring Framework 5.2, performance improvments, JUnit 5 etc.
π How to add SOAP headers to Request/Response
https://betterjavacode.com/programming/how-to-add-soap-headers-to-request-response
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/how-to-add-soap-headers-to-request-response
β‘οΈ @SpringFrameworkZone
Code Complete
How to add SOAP headers to Request/Response - Code Complete
If you are using a SOAP service, you will need to handle security of request and response. In this post, I show how to add SOAP headers.
π Database design and discussion β Part II
https://betterjavacode.com/programming/database-design-discussion-part-ii
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/database-design-discussion-part-ii
β‘οΈ @SpringFrameworkZone
Code Complete
Database design and discussion - Part II - Code Complete
Continuing the design discussion of Social KPI application. In this post, I discuss how we will be using Facebook and Instagram APIs.
π[24H] Udemy - Object-Oriented Programming - From Basics to Advance (Java)
Learn OOP, SOLID principles with Java examples. Implement backend part for online store by the end of the course
https://www.udemy.com/course/oop-learnit/?couponCode=OOP_JAN_FREE_2
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Learn OOP, SOLID principles with Java examples. Implement backend part for online store by the end of the course
https://www.udemy.com/course/oop-learnit/?couponCode=OOP_JAN_FREE_2
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Udemy
Object Oriented Programming - Basics to Advance (Java OOP)
Learn OOP, SOLID principles with Java examples. Implement backend part for online store by the end of the course
π[24H] Udemy - Java Collections Framework + Generics, Lambdas & Stream API
Learn Java Collections Framework from scratch to PRO level with practical exercises
https://www.udemy.com/course/java-collections-framework-learnit/?couponCode=JCF_JAN_FREE_2
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Learn Java Collections Framework from scratch to PRO level with practical exercises
https://www.udemy.com/course/java-collections-framework-learnit/?couponCode=JCF_JAN_FREE_2
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Udemy
Java Collections Framework + Generics, Lambdas & Stream API
Learn Java Collections Framework from scratch to PRO level with practical exercises
π Spring Boot CRUD Application Example with MongoDB
https://betterjavacode.com/spring-boot/spring-boot-crud-application-example-with-mongodb
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/spring-boot/spring-boot-crud-application-example-with-mongodb
β‘οΈ @SpringFrameworkZone
Code Complete
Spring Boot CRUD Application Example with MongoDB - Code Complete
In this post, I show how to create a Spring Boot crud application with MongoDB as an example. This will be a simple example to show MongoDB.
π gRPC β Integrating With Spring Boot For Inter Microservices Communication
https://www.vinsguru.com/grpc-integrating-with-spring-boot-for-inter-microservices-communication/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/grpc-integrating-with-spring-boot-for-inter-microservices-communication/
β‘οΈ @SpringFrameworkZone
Vinsguru
gRPC Spring Boot Integration | Vinsguru
This tutorial explains gRPC Spring Boot integration by implementing one of the gRPC RPC type - server streaming call.
π[48H] Udemy - Java Programming: Complete Beginner to Advanced
Become a Computer Programmer by Learning Core Java Skills
https://www.udemy.com/course/java-programming-complete-beginner-to-advanced/?couponCode=33754C1936280F38D5
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Become a Computer Programmer by Learning Core Java Skills
https://www.udemy.com/course/java-programming-complete-beginner-to-advanced/?couponCode=33754C1936280F38D5
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Udemy
Java Programming for Complete Beginners
Learn Core Java Skills including the lastest version of Java (Java 22)
π YMNNALFT: Easy RPC with RSocket
https://spring.io/blog/2021/01/18/ymnnalft-easy-rpc-with-rsocket
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/18/ymnnalft-easy-rpc-with-rsocket
β‘οΈ @SpringFrameworkZone
YMNNALFT: Easy RPC with RSocket
Level up your Java code and explore what Spring can do for you.
π How to Convert a Hibernate Proxy to a Real Entity Object
https://www.baeldung.com/hibernate-proxy-to-real-entity-object
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/hibernate-proxy-to-real-entity-object
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
How to Convert a Hibernate Proxy to a Real Entity Object | Baeldung
In this tutorial, we'll learn how to convert a Hibernate proxy to a real entity object