All Questions
Tagged with circular-dependencyjavafx
1 questions from the last 7 days
0votes
0answers
86views
+50
How should ViewModels and Services communicate in a JavaFX + Spring Boot MVVM application?
I'm building a JavaFX + Spring Boot application using the MVVM pattern. Problem I have two ViewModels: SharedLoginViewModel: Manages the workflow state (e.g., login process, step transitions). ...