π Apache Tiles Integration with Spring MVC
https://www.baeldung.com/spring-mvc-apache-tiles
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-mvc-apache-tiles
β‘οΈ @SpringFrameworkZone
Baeldung
Apache Tiles Integration with Spring MVC | Baeldung
A quick intro to using Tiles with Spring MVC.
π Definitive Guide to the JaCoCo Gradle Plugin
https://reflectoring.io/jacoco/
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/jacoco/
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
reflectoring.io
Definitive Guide to the JaCoCo Gradle Plugin
A tutorial on how to measure and enforce code coverage on a Java code base with JaCoCo and Gradle.
π Spring Cloud AWS β Messaging Support
https://www.baeldung.com/spring-cloud-aws-messaging
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-aws-messaging
β‘οΈ @SpringFrameworkZone
Baeldung
Spring Cloud AWS β Messaging Support | Baeldung
A quick intro to the Spring Cloud support for AWS Messaging.
π Using a Custom Spring MVCβs Handler Interceptor to Manage Sessions
https://www.baeldung.com/spring-mvc-custom-handler-interceptor
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-mvc-custom-handler-interceptor
β‘οΈ @SpringFrameworkZone
Baeldung
A Spring Handler Interceptor to Manage Sessions | Baeldung
Quick and practical guide to session management with Spring MVC's HandlerInterceptor.
π Java Language #1 in January 2016
https://springframework.guru/java-1-programming-language-starting-2016/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/java-1-programming-language-starting-2016/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Java Language #1 in January 2016
The latest TIOBE index has Java language moving strongly into the #1 programming language for January 2016. If you're not familiar with the TIOBE Index, it's an index that looks at searches on the majorβ¦
β€1
Spring Boot Framework pinned Β«π Java Weekly, Issue 356 https://www.baeldung.com/java-weekly-356 β‘οΈ @SpringFrameworkZoneΒ»
π Using Spring Cloud Contract for Consumer Driven Contracts
https://springframework.guru/using-spring-cloud-contract-for-consumer-driven-contracts/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/using-spring-cloud-contract-for-consumer-driven-contracts/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Using Spring Cloud Contract for Consumer Driven Contracts
Consumer Driven Contracts are considered a design pattern for evolving services. Spring Cloud Contract can be used to implement consumer driven contracts for services developed using the Spring Framework. In this post, I'll take an in-depthβ¦
π Spring β Log Incoming Requests
https://www.baeldung.com/spring-http-logging
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-http-logging
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring - Log Incoming Requests | Baeldung
Learn how to log HTTP Request data with Spring.
π New Udemy Course β The Complete Guide To gRPC + Protobuf (Spring Boot Integration)
https://www.vinsguru.com/new-udemy-course-the-complete-guide-to-grpc-protobuf-spring-boot-integration/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/new-udemy-course-the-complete-guide-to-grpc-protobuf-spring-boot-integration/
β‘οΈ @SpringFrameworkZone
Vinsguru
New Udemy Course β The Complete Guide To gRPC + Protobuf (Spring Boot Integration) β Vinsguru
Dear Readers, I am very happy to announce the launch of my new course on gRPC For Java Developers. gRPC is a framework & one of the hottest technologies in the recent years from Google for designing highly performant and scalable APIs for your Microservices.
π Building REST services with Spring
https://spring.io/guides/tutorials/rest/
β‘οΈ @SpringFrameworkZone
https://spring.io/guides/tutorials/rest/
β‘οΈ @SpringFrameworkZone
Getting Started | Building REST services with Spring
Learn how to easily build RESTful services with Spring
π Spring Security: Check If a User Has a Role in Java
https://www.baeldung.com/spring-security-check-user-role
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-check-user-role
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security: Check If a User Has a Role in Java | Baeldung
Learn various ways to check if an authenticated user has a specific role
π Case Study: Aggregator Function and Processor
https://spring.io/blog/2020/10/26/case-study-aggregator-function-and-processor
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/10/26/case-study-aggregator-function-and-processor
β‘οΈ @SpringFrameworkZone
Case Study: Aggregator Function and Processor
Level up your Java code and explore what Spring can do for you.
π Spring Web Reactive
https://springframework.guru/spring-web-reactive/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-web-reactive/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Spring Web Reactive
An exciting feature in Spring Framework 5 is the new Web Reactive framework for allows reactive web applications. Reactive programming is about developing systems that are fully reactive and non-blocking. Such systems are suitable forβ¦
π The JPA and Hibernate first-level cache
https://vladmihalcea.com/jpa-hibernate-first-level-cache/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/jpa-hibernate-first-level-cache/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
The JPA and Hibernate first-level cache - Vlad Mihalcea
Learn how the JPA and Hibernate first-level cache works and how it can improve the performance of your data access layer.