Welcome to my website where I make the occasional post and publish my talks.
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.
By Tom Wetjens
read moreExtending 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:
By Tom Wetjens
read moretoString() 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?
By Tom Wetjens
read more