Jay Taylor's notes
back to listing indexPosts in category Java - codecentric AG Blog
[web search]Posts about Java
RFC-7807 problem details with Spring Boot and JAX-RS
Application specific problems, e.g. a missing field in a client request, have to be handled properly with machine readable and... Read more
DON’T make an ASS out of U and ME when dealing with Hibernate caching!
Hibernate caching: Is Hibernate's First-Level-Cache limited to a decent transaction? Intuitively my answer was: No. Read more
Data crawlers in business platforms
Acquiring data from other sources can be done by scraping web pages or through various web API services. For this purpose, we can create crawlers, scrapers, or even use Robotic Process Automation. Read more
Augmented Reality: AR sunlight estimation
A performant sunlight estimation technique relying solely on Google ARCore and simple calculations. Read more
How to secure a Spring Boot app with SAML and Keycloak
In this blog post, you'll learn how to configure your Spring Boot app to use SSO via SAML with Keycloak. Read more
How to package your frontend in a Spring Boot App with ParcelJS
If you want to build something quick or just hack around a bit, then ParcelJS and Spring Boot might be a good fit for you. Read more
AWS Lambda: Cold boot and mean response times in Scala vs. Java
Benchmark the cold start and mean response times on AWS Lambda using Scala and Java with Gatling and serverless framework. Read more
Securing Spring Boot Admin & actuator endpoints with Keycloak
Spring Boot Admin is a popular tool for monitoring and managing Spring Boot-based applications. Learn how to secure it with Keycloak. Read more
Micronaut Microservices Framework: Introduction
Micronaut is a modern JVM-based microservices framework. I will introduce it to you and show a small hello world example. Read more