A Vaadin Starter Project with a Clear Focus
Many example projects overload the starting point by covering too many topics at once. Routing, data access, security, forms, theme …
Many example projects overload the starting point by covering too many topics at once. Routing, data access, security, forms, theme …
Modern web applications are rarely used only by users with the same language. Even internal tools often reach international teams or are …
Vaadin Flow enables the development of complete web applications exclusively in Java. Components, layouts, navigation, and even complex UI …
The starting point for this article was not a strategic architecture workshop or a long-term planned migration path, but a comparatively …
Why an import needs a UI at all Import functions are often treated as purely technical details in applications. Data is read in, processed …
Export functions are often seen as a purely technical side task: one button, one download, done. In a Vaadin-based application, however, it …
What has happened so far In the first part, the focus was deliberately on the user interface’s structural realignment. The previously …
Today marks a crucial step in the evolution of the URL shortener’s user interface. After the focus in the past few days was mainly on …
What has happened so far? In the first part of this article, the new active/inactive model for shortlinks was introduced and anchored at the …
Why an active/inactive model for shortlinks? For many users – especially those who work in the field of software development – shortlinks …
What has happened so far? In the first part of “Basic Login Solution”, the foundation for a deliberately simple yet structurally …
Introduction The administration interface of a URL shortener is a sensitive area where short links can be changed, removed, or assigned …