[Solved] Project: Create a java webapp in Vaadin (to-do-list)
To improve my programming skills If you want to build web apps using pure Java on the server-side, Vaadin fits the bill. You describe the layout and widgets you want to appear in the user interface using Java code. Then, at runtime, Vaadin automatically generates the necessary HTML, CSS, JavaScript, DOM, AJAX, WebSocket, and Push … Read more