Separation of Concerns in Vaadin: Eliminating Inline Styles
Refactoring Vaadin Flow applications to separate UI logic from styling by moving inline CSS out of Java code for better maintainability.
Sven Ruppert is a Java and Kotlin developer focused on cybersecurity, software architecture, and hands-on engineering, sharing practical tutorials, workshops, and deep dives into secure, modern Java development.
2 articles from this blog
Refactoring Vaadin Flow applications to separate UI logic from styling by moving inline CSS out of Java code for better maintainability.
Explains a deterministic refresh architecture for UI, focusing on a RefreshGuard to manage competing events and ensure predictable behavior.