JSON export in Vaadin Flow
Explains how to design a JSON export feature as a UI-driven workflow in Vaadin Flow, focusing on consistency with UI state like filters and paging.
Explains how to design a JSON export feature as a UI-driven workflow in Vaadin Flow, focusing on consistency with UI state like filters and paging.
Second part of a series on refactoring a monolithic UI view into modular components like BulkActionsBar and SearchBar to improve maintainability and testability.
Teil 4 der Serie zu WPF und MVVM erklärt den Einsatz von Converters und Messengern für typsichere Bindings und die Einhaltung des MVVM-Paradigmas.