Below you will find pages that utilize the taxonomy term “Java”
Extending Spring Security Part 2: Change Password
Spring Security provides out of the box a simple form login, logout and JDBC implementation of a users table. However, it does not provide a change password functionality which is needed to make a fully functional webapp with users.
Extending Spring Security Part 1: The Signup
Spring Security provides out of the box a simple form login, logout and JDBC implementation of a users table, but it does not provide:
toString() on value objects
toString() can be implemented on Java types to return a human-readable textual representation useful for debugging,
but should it also be used to return a portable string suitable for serialization and persistence?
Spring Boot container images: to JLink or not
I was experimenting with building a container image for my Spring Boot application (Spring Boot version 3.5.7, Java version 25). And I was wondering which approach would
be better: use the Maven plugin with spring-boot:build-image to build the image, or use a custom Dockerfile with jlink.
Board Game Fiesta
During COVID-19, I built a platform using Java, AWS DynamoDB to play a popular board game called “Great Western Trail” online with friends.