All Questions
4 questions
4
votes
2
answers
117
views
Choosing between field injections and constructor injections for modular Java applications with Spring Boot
I'm six months into a Java training program and have developed a Spring Boot application, adhering to Java's separation of concerns principle. I've organized my application with distinct sections for ...
3
votes
0
answers
101
views
Using functional interface arguments in methods of services injected via Spring
Here is the working code for my Spring service:
...
8
votes
2
answers
6k
views
Spring password validator library
I recently got rejected at a job interview for submitting this:
https://bitbucket.org/gnerr/password-validator
The interviewer asked for a password validation library that was configurable via ...
7
votes
2
answers
13k
views
Spring autowiring in managed beans with support for serialization - is this safe?
Im trying to solve two problems I see with JSF2 and Spring.
First
@Autowired in @ManagedBean does not work
Nor does ...